C# Класс Amazon.OpsWorksCM.BackupStatus

Constants used for properties of type BackupStatus.
Наследование: ConstantClass
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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