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

Container for the parameters to the DeleteApplicationVersion operation.

Deletes the specified version from the specified application.

NOTE:You cannot delete an application version that is associated with a running environment.

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

공개 메소드들

메소드 설명
DeleteApplicationVersionRequest ( ) : System

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

DeleteApplicationVersionRequest ( string applicationName, string versionLabel ) : System

Instantiates DeleteApplicationVersionRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetApplicationName ( ) : bool
IsSetDeleteSourceBundle ( ) : bool
IsSetVersionLabel ( ) : bool

메소드 상세

DeleteApplicationVersionRequest() 공개 메소드

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

DeleteApplicationVersionRequest() 공개 메소드

Instantiates DeleteApplicationVersionRequest with the parameterized properties
public DeleteApplicationVersionRequest ( string applicationName, string versionLabel ) : System
applicationName string The name of the application to which the version belongs.
versionLabel string The label of the version to delete.
리턴 System