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

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

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

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

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

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

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

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

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

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

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.
Результат System