C# 클래스 Amazon.ElasticBeanstalk.Model.UpdateEnvironmentRequest

Container for the parameters to the UpdateEnvironment operation.

Updates the environment description, deploys a new application version, updates the configuration settings to an entirely new configuration template, or updates select configuration option values in the running environment.

Attempting to update both the release and configuration is not allowed and AWS Elastic Beanstalk returns an InvalidParameterCombination error.

When updating the configuration settings to a new template or individual settings, a draft configuration is created and DescribeConfigurationSettings for this environment returns two setting descriptions with different DeploymentStatus values.

상속: AmazonElasticBeanstalkRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
UpdateEnvironmentRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

비공개 메소드들

메소드 설명
IsSetApplicationName ( ) : bool
IsSetDescription ( ) : bool
IsSetEnvironmentId ( ) : bool
IsSetEnvironmentName ( ) : bool
IsSetGroupName ( ) : bool
IsSetOptionSettings ( ) : bool
IsSetOptionsToRemove ( ) : bool
IsSetSolutionStackName ( ) : bool
IsSetTemplateName ( ) : bool
IsSetTier ( ) : bool
IsSetVersionLabel ( ) : bool

메소드 상세

UpdateEnvironmentRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public UpdateEnvironmentRequest ( ) : System
리턴 System