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
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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