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

Container for the parameters to the ValidateConfigurationSettings operation. Takes a set of configuration settings and either a configuration template or environment, and determines whether those values are valid.

This action returns a list of messages indicating any errors or warnings associated with the selection of option values.

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

공개 메소드들

메소드 설명
ValidateConfigurationSettingsRequest ( ) : System

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

ValidateConfigurationSettingsRequest ( string applicationName, List optionSettings ) : System

Instantiates ValidateConfigurationSettingsRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetApplicationName ( ) : bool
IsSetEnvironmentName ( ) : bool
IsSetOptionSettings ( ) : bool
IsSetTemplateName ( ) : bool

메소드 상세

ValidateConfigurationSettingsRequest() 공개 메소드

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

ValidateConfigurationSettingsRequest() 공개 메소드

Instantiates ValidateConfigurationSettingsRequest with the parameterized properties
public ValidateConfigurationSettingsRequest ( string applicationName, List optionSettings ) : System
applicationName string The name of the application that the configuration template or environment belongs to.
optionSettings List A list of the options and desired values to evaluate.
리턴 System