Container for the parameters to the DeleteEnvironmentConfiguration operation.
Namespace: Amazon.ElasticBeanstalk.ModelDeletes 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.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DeleteEnvironmentConfigurationRequest : AmazonWebServiceRequest
Public Class DeleteEnvironmentConfigurationRequest _ Inherits AmazonWebServiceRequest
public ref class DeleteEnvironmentConfigurationRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DeleteEnvironmentConfigurationRequest()()()() | Initializes a new instance of the DeleteEnvironmentConfigurationRequest class | |
| ApplicationName |
The name of the application the environment is associated with.
Constraints: | |
| EnvironmentName |
The name of the environment to delete the draft configuration from.
Constraints: | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) | |
| WithApplicationName(String) |
Sets the ApplicationName property
| |
| WithEnvironmentName(String) |
Sets the EnvironmentName property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticBeanstalk.Model..::..DeleteEnvironmentConfigurationRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticBeanstalk.Model..::..DeleteEnvironmentConfigurationRequest