C# 클래스 Amazon.OpsWorksCM.BackupStatus

Constants used for properties of type BackupStatus.
상속: ConstantClass
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 프로퍼티들

프로퍼티 타입 설명
DELETING BackupStatus
FAILED BackupStatus
IN_PROGRESS BackupStatus
OK BackupStatus

공개 메소드들

메소드 설명
BackupStatus ( 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 ( string value ) : BackupStatus

Finds the constant for the unique value.

메소드 상세

BackupStatus() 공개 메소드

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 BackupStatus ( string value ) : System
value string
리턴 System

FindValue() 공개 정적인 메소드

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

프로퍼티 상세

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

Constant DELETING for BackupStatus
public static BackupStatus,Amazon.OpsWorksCM DELETING
리턴 BackupStatus

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

Constant FAILED for BackupStatus
public static BackupStatus,Amazon.OpsWorksCM FAILED
리턴 BackupStatus

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

Constant IN_PROGRESS for BackupStatus
public static BackupStatus,Amazon.OpsWorksCM IN_PROGRESS
리턴 BackupStatus

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

Constant OK for BackupStatus
public static BackupStatus,Amazon.OpsWorksCM OK
리턴 BackupStatus