C# Класс Amazon.CodePipeline.ActionExecutionStatus

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

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

Свойство Тип Описание
Failed ActionExecutionStatus
InProgress ActionExecutionStatus
Succeeded ActionExecutionStatus

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

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

Finds the constant for the unique value.

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

ActionExecutionStatus() публичный метод

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

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

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

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

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

Constant Failed for ActionExecutionStatus
public static ActionExecutionStatus,Amazon.CodePipeline Failed
Результат ActionExecutionStatus

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

Constant InProgress for ActionExecutionStatus
public static ActionExecutionStatus,Amazon.CodePipeline InProgress
Результат ActionExecutionStatus

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

Constant Succeeded for ActionExecutionStatus
public static ActionExecutionStatus,Amazon.CodePipeline Succeeded
Результат ActionExecutionStatus