Container for the parameters to the DescribeApplicationVersions operation.
Namespace: Amazon.ElasticBeanstalk.ModelReturns descriptions for existing application versions.
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 |
| Member | Description | |
|---|---|---|
| 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: | |
| 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.) | |
| ToString()()()() | (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
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticBeanstalk.Model..::..DescribeApplicationVersionsRequest