AWS SDK for .NET Documentation
DeleteEnvironmentConfigurationRequest Class
AmazonAmazon.ElasticBeanstalk.ModelDeleteEnvironmentConfigurationRequest Did this page help you?   Yes   No    Tell us about it...
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.

Declaration Syntax
C#
public class DeleteEnvironmentConfigurationRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DeleteEnvironmentConfigurationRequest()()()()
Initializes a new instance of the DeleteEnvironmentConfigurationRequest class

ApplicationName
The name of the application the environment is associated with.

Constraints:

Length
1 - 100


EnvironmentName
The name of the environment to delete the draft configuration from.

Constraints:

Length
4 - 23


Equals(Object)
Determines whether the specified Object is equal to the current 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()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithApplicationName(String)
Sets the ApplicationName property

WithEnvironmentName(String)
Sets the EnvironmentName property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DeleteEnvironmentConfigurationRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.20.0 (1.5.20.0)