C# 클래스 Amazon.CloudFormation.StackStatus

Constants used for properties of type StackStatus.
상속: ConstantClass
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CREATE_COMPLETE StackStatus
CREATE_FAILED StackStatus
CREATE_IN_PROGRESS StackStatus
DELETE_COMPLETE StackStatus
DELETE_FAILED StackStatus
DELETE_IN_PROGRESS StackStatus
REVIEW_IN_PROGRESS StackStatus
ROLLBACK_COMPLETE StackStatus
ROLLBACK_FAILED StackStatus
ROLLBACK_IN_PROGRESS StackStatus
UPDATE_COMPLETE StackStatus
UPDATE_COMPLETE_CLEANUP_IN_PROGRESS StackStatus
UPDATE_IN_PROGRESS StackStatus
UPDATE_ROLLBACK_COMPLETE StackStatus
UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS StackStatus
UPDATE_ROLLBACK_FAILED StackStatus
UPDATE_ROLLBACK_IN_PROGRESS StackStatus

공개 메소드들

메소드 설명
FindValue ( string value ) : StackStatus

Finds the constant for the unique value.

StackStatus ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

메소드 상세

FindValue() 공개 정적인 메소드

Finds the constant for the unique value.
public static FindValue ( string value ) : StackStatus
value string The unique value for the constant
리턴 StackStatus

StackStatus() 공개 메소드

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public StackStatus ( string value ) : System
value string
리턴 System

프로퍼티 상세

CREATE_COMPLETE 공개적으로 정적으로 프로퍼티

Constant CREATE_COMPLETE for StackStatus
public static StackStatus,Amazon.CloudFormation CREATE_COMPLETE
리턴 StackStatus

CREATE_FAILED 공개적으로 정적으로 프로퍼티

Constant CREATE_FAILED for StackStatus
public static StackStatus,Amazon.CloudFormation CREATE_FAILED
리턴 StackStatus

CREATE_IN_PROGRESS 공개적으로 정적으로 프로퍼티

Constant CREATE_IN_PROGRESS for StackStatus
public static StackStatus,Amazon.CloudFormation CREATE_IN_PROGRESS
리턴 StackStatus

DELETE_COMPLETE 공개적으로 정적으로 프로퍼티

Constant DELETE_COMPLETE for StackStatus
public static StackStatus,Amazon.CloudFormation DELETE_COMPLETE
리턴 StackStatus

DELETE_FAILED 공개적으로 정적으로 프로퍼티

Constant DELETE_FAILED for StackStatus
public static StackStatus,Amazon.CloudFormation DELETE_FAILED
리턴 StackStatus

DELETE_IN_PROGRESS 공개적으로 정적으로 프로퍼티

Constant DELETE_IN_PROGRESS for StackStatus
public static StackStatus,Amazon.CloudFormation DELETE_IN_PROGRESS
리턴 StackStatus

REVIEW_IN_PROGRESS 공개적으로 정적으로 프로퍼티

Constant REVIEW_IN_PROGRESS for StackStatus
public static StackStatus,Amazon.CloudFormation REVIEW_IN_PROGRESS
리턴 StackStatus

ROLLBACK_COMPLETE 공개적으로 정적으로 프로퍼티

Constant ROLLBACK_COMPLETE for StackStatus
public static StackStatus,Amazon.CloudFormation ROLLBACK_COMPLETE
리턴 StackStatus

ROLLBACK_FAILED 공개적으로 정적으로 프로퍼티

Constant ROLLBACK_FAILED for StackStatus
public static StackStatus,Amazon.CloudFormation ROLLBACK_FAILED
리턴 StackStatus

ROLLBACK_IN_PROGRESS 공개적으로 정적으로 프로퍼티

Constant ROLLBACK_IN_PROGRESS for StackStatus
public static StackStatus,Amazon.CloudFormation ROLLBACK_IN_PROGRESS
리턴 StackStatus

UPDATE_COMPLETE 공개적으로 정적으로 프로퍼티

Constant UPDATE_COMPLETE for StackStatus
public static StackStatus,Amazon.CloudFormation UPDATE_COMPLETE
리턴 StackStatus

UPDATE_COMPLETE_CLEANUP_IN_PROGRESS 공개적으로 정적으로 프로퍼티

Constant UPDATE_COMPLETE_CLEANUP_IN_PROGRESS for StackStatus
public static StackStatus,Amazon.CloudFormation UPDATE_COMPLETE_CLEANUP_IN_PROGRESS
리턴 StackStatus

UPDATE_IN_PROGRESS 공개적으로 정적으로 프로퍼티

Constant UPDATE_IN_PROGRESS for StackStatus
public static StackStatus,Amazon.CloudFormation UPDATE_IN_PROGRESS
리턴 StackStatus

UPDATE_ROLLBACK_COMPLETE 공개적으로 정적으로 프로퍼티

Constant UPDATE_ROLLBACK_COMPLETE for StackStatus
public static StackStatus,Amazon.CloudFormation UPDATE_ROLLBACK_COMPLETE
리턴 StackStatus

UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS 공개적으로 정적으로 프로퍼티

Constant UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS for StackStatus
public static StackStatus,Amazon.CloudFormation UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS
리턴 StackStatus

UPDATE_ROLLBACK_FAILED 공개적으로 정적으로 프로퍼티

Constant UPDATE_ROLLBACK_FAILED for StackStatus
public static StackStatus,Amazon.CloudFormation UPDATE_ROLLBACK_FAILED
리턴 StackStatus

UPDATE_ROLLBACK_IN_PROGRESS 공개적으로 정적으로 프로퍼티

Constant UPDATE_ROLLBACK_IN_PROGRESS for StackStatus
public static StackStatus,Amazon.CloudFormation UPDATE_ROLLBACK_IN_PROGRESS
리턴 StackStatus