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

CopyC#
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
Gets and sets the property ApplicationName.

The name of the application the environment is associated with.


EnvironmentName
Gets and sets the property EnvironmentName.

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


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) Obsolete.
Sets the ApplicationName property

WithEnvironmentName(String) Obsolete.
Sets the EnvironmentName property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DeleteEnvironmentConfigurationRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)