C# Класс Amazon.CloudFormation.ChangeSetStatus

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

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

Свойство Тип Описание
CREATE_COMPLETE ChangeSetStatus
CREATE_IN_PROGRESS ChangeSetStatus
CREATE_PENDING ChangeSetStatus
DELETE_COMPLETE ChangeSetStatus
FAILED ChangeSetStatus

Открытые методы

Метод Описание
ChangeSetStatus ( 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 ) : ChangeSetStatus

Finds the constant for the unique value.

Описание методов

ChangeSetStatus() публичный Метод

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 ChangeSetStatus ( string value ) : System
value string
Результат System

FindValue() публичный статический Метод

Finds the constant for the unique value.
public static FindValue ( string value ) : ChangeSetStatus
value string The unique value for the constant
Результат ChangeSetStatus

Описание свойств

CREATE_COMPLETE публичное статическое свойство

Constant CREATE_COMPLETE for ChangeSetStatus
public static ChangeSetStatus,Amazon.CloudFormation CREATE_COMPLETE
Результат ChangeSetStatus

CREATE_IN_PROGRESS публичное статическое свойство

Constant CREATE_IN_PROGRESS for ChangeSetStatus
public static ChangeSetStatus,Amazon.CloudFormation CREATE_IN_PROGRESS
Результат ChangeSetStatus

CREATE_PENDING публичное статическое свойство

Constant CREATE_PENDING for ChangeSetStatus
public static ChangeSetStatus,Amazon.CloudFormation CREATE_PENDING
Результат ChangeSetStatus

DELETE_COMPLETE публичное статическое свойство

Constant DELETE_COMPLETE for ChangeSetStatus
public static ChangeSetStatus,Amazon.CloudFormation DELETE_COMPLETE
Результат ChangeSetStatus

FAILED публичное статическое свойство

Constant FAILED for ChangeSetStatus
public static ChangeSetStatus,Amazon.CloudFormation FAILED
Результат ChangeSetStatus