C# Class Amazon.ElasticBeanstalk.Model.DeleteApplicationVersionRequest

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.

Inheritance: AmazonElasticBeanstalkRequest
Datei anzeigen Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DeleteApplicationVersionRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DeleteApplicationVersionRequest ( string applicationName, string versionLabel ) : System

Instantiates DeleteApplicationVersionRequest with the parameterized properties

Private Methods

Method Description
IsSetApplicationName ( ) : bool
IsSetDeleteSourceBundle ( ) : bool
IsSetVersionLabel ( ) : bool

Method Details

DeleteApplicationVersionRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteApplicationVersionRequest ( ) : System
return System

DeleteApplicationVersionRequest() public method

Instantiates DeleteApplicationVersionRequest with the parameterized properties
public DeleteApplicationVersionRequest ( string applicationName, string versionLabel ) : System
applicationName string The name of the application to which the version belongs.
versionLabel string The label of the version to delete.
return System