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

Container for the parameters to the DeleteApplication operation.

Deletes the specified application along with all associated versions and configurations. The application versions will not be deleted from your Amazon S3 bucket.

NOTE:You cannot delete an application that has a running environment.

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

공개 메소드들

메소드 설명
DeleteApplicationRequest ( ) : System

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

DeleteApplicationRequest ( string applicationName ) : System

Instantiates DeleteApplicationRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetApplicationName ( ) : bool
IsSetTerminateEnvByForce ( ) : bool

메소드 상세

DeleteApplicationRequest() 공개 메소드

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

DeleteApplicationRequest() 공개 메소드

Instantiates DeleteApplicationRequest with the parameterized properties
public DeleteApplicationRequest ( string applicationName ) : System
applicationName string The name of the application to delete.
리턴 System