AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Container for the parameters to the DescribeEnvironments operation. Returns descriptions for existing environments.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ElasticBeanstalk.AmazonElasticBeanstalkRequest
      Amazon.ElasticBeanstalk.Model.DescribeEnvironmentsRequest

Namespace: Amazon.ElasticBeanstalk.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class DescribeEnvironmentsRequest : AmazonElasticBeanstalkRequest
         IRequestEvents

The DescribeEnvironmentsRequest type exposes the following members

Constructors

NameDescription
Public Method DescribeEnvironmentsRequest() Empty constructor used to set properties independently even when a simple constructor is available

Properties

NameTypeDescription
Public Property ApplicationName System.String Gets and sets the property ApplicationName.

If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application.

Public Property EnvironmentIds System.Collections.Generic.List<System.String> Gets and sets the property EnvironmentIds.

If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs.

Public Property EnvironmentNames System.Collections.Generic.List<System.String> Gets and sets the property EnvironmentNames.

If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names.

Public Property IncludedDeletedBackTo System.DateTime Gets and sets the property IncludedDeletedBackTo.

If specified when IncludeDeleted is set to true, then environments deleted after this date are displayed.

Public Property IncludeDeleted System.Boolean Gets and sets the property IncludeDeleted.

Indicates whether to include deleted environments:

true: Environments that have been deleted after IncludedDeletedBackTo are displayed.

false: Do not include deleted environments.

Public Property VersionLabel System.String Gets and sets the property VersionLabel.

If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1