Container for the parameters to the DeleteApplicationVersion operation.
Namespace: Amazon.ElasticBeanstalk.ModelDeletes the specified version from the specified application.
NOTE:You cannot delete an application version that is associated with a running environment.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DeleteApplicationVersionRequest : AmazonWebServiceRequest
Public Class DeleteApplicationVersionRequest _ Inherits AmazonWebServiceRequest
public ref class DeleteApplicationVersionRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DeleteApplicationVersionRequest()()()() | Initializes a new instance of the DeleteApplicationVersionRequest class | |
| ApplicationName |
The name of the application to delete releases from.
Constraints: | |
| DeleteSourceBundle |
Indicates whether to delete the associated source bundle from Amazon S3:
| |
| 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.) | |
| VersionLabel |
The label of the version to delete.
Constraints: | |
| WithApplicationName(String) |
Sets the ApplicationName property
| |
| WithDeleteSourceBundle(Boolean) |
Sets the DeleteSourceBundle property
| |
| WithVersionLabel(String) |
Sets the VersionLabel property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticBeanstalk.Model..::..DeleteApplicationVersionRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticBeanstalk.Model..::..DeleteApplicationVersionRequest