C# Class Amazon.ElasticBeanstalk.Model.DeleteApplicationRequest

Container for the parameters to the DeleteApplication operation.

Deletes the specified application along with all associated versions and configurations. The application versions will not be deleted from your Amazon S3 bucket.

NOTE:You cannot delete an application that has a running environment.

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

Public Methods

Method Description
DeleteApplicationRequest ( ) : System

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

DeleteApplicationRequest ( string applicationName ) : System

Instantiates DeleteApplicationRequest with the parameterized properties

Private Methods

Method Description
IsSetApplicationName ( ) : bool
IsSetTerminateEnvByForce ( ) : bool

Method Details

DeleteApplicationRequest() public method

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

DeleteApplicationRequest() public method

Instantiates DeleteApplicationRequest with the parameterized properties
public DeleteApplicationRequest ( string applicationName ) : System
applicationName string The name of the application to delete.
return System