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
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
IsSetApplicationName ( ) : bool
IsSetTerminateEnvByForce ( ) : bool

Method Details

DeleteApplicationRequest() public méthode

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

DeleteApplicationRequest() public méthode

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