Container for the parameters to the DescribeEnvironments operation.

Returns descriptions for existing environments.

Namespace: Amazon.ElasticBeanstalk.Model
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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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:

Length
1 - 100

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)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(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:

Length
1 - 100

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

See Also