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

Container for the parameters to the CreateEnvironment operation.

Launches an environment for the specified application using the specified configuration.

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

공개 메소드들

메소드 설명
CreateEnvironmentRequest ( ) : System

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

CreateEnvironmentRequest ( string applicationName, string environmentName ) : System

Instantiates CreateEnvironmentRequest with the parameterized properties

비공개 메소드들

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

메소드 상세

CreateEnvironmentRequest() 공개 메소드

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

CreateEnvironmentRequest() 공개 메소드

Instantiates CreateEnvironmentRequest with the parameterized properties
public CreateEnvironmentRequest ( string applicationName, string environmentName ) : System
applicationName string The name of the application that contains the version to be deployed. If no application is found with this name, CreateEnvironment returns an InvalidParameterValue error.
environmentName string A unique name for the deployment environment. Used in the application URL. Constraint: Must be from 4 to 40 characters in length. The name can contain only letters, numbers, and hyphens. It cannot start or end with a hyphen. This name must be unique in your account. If the specified name already exists, AWS Elastic Beanstalk returns an InvalidParameterValue error. Default: If the CNAME parameter is not specified, the environment name becomes part of the CNAME, and therefore part of the visible URL for your application.
리턴 System