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.

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

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DeleteApplicationVersionRequest()()()()
Initializes a new instance of the DeleteApplicationVersionRequest class
ApplicationName
The name of the application to delete releases from.

Constraints:

Length
1 - 100

DeleteSourceBundle
Indicates whether to delete the associated source bundle from Amazon S3:
  • true: An attempt is made to delete the associated Amazon S3 source bundle specified at time of creation.
  • false: No action is taken on the Amazon S3 source bundle specified at time of creation.
Valid Values: true | false
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.)
VersionLabel
The label of the version to delete.

Constraints:

Length
1 - 100

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

See Also