C# Класс Amazon.ElasticBeanstalk.Model.DeleteEnvironmentConfigurationRequest

Container for the parameters to the DeleteEnvironmentConfiguration operation.

Deletes the draft configuration associated with the running environment.

Updating a running environment with any configuration changes creates a draft configuration set. You can get the draft configuration using DescribeConfigurationSettings while the update is in progress or if the update fails. The DeploymentStatus for the draft configuration indicates whether the deployment is in process or has failed. The draft configuration remains in existence until it is deleted with this action.

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

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

Метод Описание
DeleteEnvironmentConfigurationRequest ( ) : System

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

DeleteEnvironmentConfigurationRequest ( string applicationName, string environmentName ) : System

Instantiates DeleteEnvironmentConfigurationRequest with the parameterized properties

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

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

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

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

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

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

Instantiates DeleteEnvironmentConfigurationRequest with the parameterized properties
public DeleteEnvironmentConfigurationRequest ( string applicationName, string environmentName ) : System
applicationName string The name of the application the environment is associated with.
environmentName string The name of the environment to delete the draft configuration from.
Результат System