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

Container for the parameters to the CreateApplication operation.

Creates an application that has one configuration template named default and no application versions.

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

공개 메소드들

메소드 설명
CreateApplicationRequest ( ) : System

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

CreateApplicationRequest ( string applicationName ) : System

Instantiates CreateApplicationRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetApplicationName ( ) : bool
IsSetDescription ( ) : bool
IsSetResourceLifecycleConfig ( ) : bool

메소드 상세

CreateApplicationRequest() 공개 메소드

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

CreateApplicationRequest() 공개 메소드

Instantiates CreateApplicationRequest with the parameterized properties
public CreateApplicationRequest ( string applicationName ) : System
applicationName string The name of the application. Constraint: This name must be unique within your account. If the specified name already exists, the action returns an InvalidParameterValue error.
리턴 System