 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeEnvironmentsRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeEnvironmentsRequest()()()() | Initializes a new instance of the DescribeEnvironmentsRequest class | 
|  | ApplicationName | 
            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. | 
|  | EnvironmentIds | 
            Gets and sets the property EnvironmentIds. 
             If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs. | 
|  | EnvironmentNames | 
            Gets and sets the property EnvironmentNames. 
             If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names. | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IncludedDeletedBackTo | 
            Gets and sets the property IncludedDeletedBackTo. 
             
                     If specified when          | 
|  | IncludeDeleted | 
            Gets and sets the property IncludeDeleted. 
             Indicates whether to include deleted environments: 
 
 | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VersionLabel | 
            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. | 
|  | WithApplicationName(String) | Obsolete. 
            Sets the ApplicationName property
             | 
|  | WithEnvironmentIds(array<String>[]()[][]) | Obsolete. 
            Sets the EnvironmentIds property
             | 
|  | WithEnvironmentIds(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Sets the EnvironmentIds property
             | 
|  | WithEnvironmentNames(array<String>[]()[][]) | Obsolete. 
            Sets the EnvironmentNames property
             | 
|  | WithEnvironmentNames(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Sets the EnvironmentNames property
             | 
|  | WithIncludedDeletedBackTo(DateTime) | Obsolete. 
            Sets the IncludedDeletedBackTo property
             | 
|  | WithIncludeDeleted(Boolean) | Obsolete. 
            Sets the IncludeDeleted property
             | 
|  | WithVersionLabel(String) | Obsolete. 
            Sets the VersionLabel property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DescribeEnvironmentsRequest | |
 Copy
Copy