C# Класс 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.

Наследование: AmazonElasticBeanstalkRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
IsSetApplicationName ( ) : bool
IsSetTerminateEnvByForce ( ) : bool

Описание методов

DeleteApplicationRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteApplicationRequest ( ) : System
Результат System

DeleteApplicationRequest() публичный Метод

Instantiates DeleteApplicationRequest with the parameterized properties
public DeleteApplicationRequest ( string applicationName ) : System
applicationName string The name of the application to delete.
Результат System