Container for the parameters to the DeleteApplicationVersion operation.
Deletes the specified version from the specified application.
NOTE:You cannot delete an application version that is associated with a running environment.
| C# |
public class DeleteApplicationVersionRequest : AmazonWebServiceRequest
| All Members | Constructors | Methods | Properties | ||
| Icon | 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()()()() | Returns a string that represents the current object. (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
|
| Object | ||
| AmazonWebServiceRequest | ||
| DeleteApplicationVersionRequest | ||