Container for the parameters to the DescribeEnvironments operation.
Namespace: Amazon.ElasticBeanstalk.ModelReturns descriptions for existing environments.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DescribeEnvironmentsRequest : AmazonWebServiceRequest
Public Class DescribeEnvironmentsRequest _ Inherits AmazonWebServiceRequest
public ref class DescribeEnvironmentsRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DescribeEnvironmentsRequest()()()() | Initializes a new instance of the DescribeEnvironmentsRequest class | |
| ApplicationName |
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application.
Constraints: | |
| EnvironmentIds |
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs.
| |
| 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 |
If specified when IncludeDeleted is set to true, then environments deleted after this date are displayed.
| |
| IncludeDeleted |
Indicates whether to include deleted environments: true: Environments that have been deleted after IncludedDeletedBackTo are
displayed. false: Do not include deleted environments.
| |
| ToString()()()() | (Inherited from Object.) | |
| VersionLabel |
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application
version.
Constraints: | |
| WithApplicationName(String) |
Sets the ApplicationName property
| |
| WithEnvironmentIds(IEnumerable<(Of <<'(String>)>>)) |
Adds elements to the EnvironmentIds collection
| |
| WithEnvironmentIds(array<String>[]()[][]) |
Adds elements to the EnvironmentIds collection
| |
| WithEnvironmentNames(IEnumerable<(Of <<'(String>)>>)) |
Adds elements to the EnvironmentNames collection
| |
| WithEnvironmentNames(array<String>[]()[][]) |
Adds elements to the EnvironmentNames collection
| |
| WithIncludedDeletedBackTo(DateTime) |
Sets the IncludedDeletedBackTo property
| |
| WithIncludeDeleted(Boolean) |
Sets the IncludeDeleted property
| |
| WithVersionLabel(String) |
Sets the VersionLabel property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticBeanstalk.Model..::..DescribeEnvironmentsRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticBeanstalk.Model..::..DescribeEnvironmentsRequest