Container for the parameters to the DescribeApplicationVersions operation.

Returns descriptions for existing application versions.

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 DescribeApplicationVersionsRequest : AmazonWebServiceRequest
Public Class DescribeApplicationVersionsRequest _
	Inherits AmazonWebServiceRequest
public ref class DescribeApplicationVersionsRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DescribeApplicationVersionsRequest()()()()
Initializes a new instance of the DescribeApplicationVersionsRequest class
ApplicationName
If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include ones that are associated with the specified application.

Constraints:

Length
1 - 100

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.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
VersionLabels
If specified, restricts the returned descriptions to only include ones that have the specified version labels.
WithApplicationName(String)
Sets the ApplicationName property
WithVersionLabels(IEnumerable<(Of <<'(String>)>>))
Adds elements to the VersionLabels collection
WithVersionLabels(array<String>[]()[][])
Adds elements to the VersionLabels collection

Inheritance Hierarchy

System..::..Object
  Amazon.Runtime..::..AmazonWebServiceRequest
    Amazon.ElasticBeanstalk.Model..::..DescribeApplicationVersionsRequest

See Also