C# Class 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.

Inheritance: AmazonElasticBeanstalkRequest
Exibir arquivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
IsSetApplicationName ( ) : bool
IsSetEnvironmentName ( ) : bool

Method Details

DeleteEnvironmentConfigurationRequest() public method

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

DeleteEnvironmentConfigurationRequest() public method

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.
return System