AWS SDK for .NET Documentation
DescribeApplicationVersionsRequest Class
AmazonAmazon.ElasticBeanstalk.ModelDescribeApplicationVersionsRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribeApplicationVersions operation. Returns descriptions for existing application versions.
Declaration Syntax
C#
public class DescribeApplicationVersionsRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeApplicationVersionsRequest()()()()
Initializes a new instance of the DescribeApplicationVersionsRequest class

ApplicationName
Gets and sets the property ApplicationName.

If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include ones that are associated with the specified application.


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
Gets and sets the property VersionLabels.

If specified, restricts the returned descriptions to only include ones that have the specified version labels.


WithApplicationName(String) Obsolete.
Sets the ApplicationName property

WithVersionLabels(array<String>[]()[][]) Obsolete.
Sets the VersionLabels property

WithVersionLabels(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Sets the VersionLabels property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeApplicationVersionsRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)