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

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

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

Свойство Тип Описание
Created JobStatus
Dispatched JobStatus
Failed JobStatus
InProgress JobStatus
Queued JobStatus
Succeeded JobStatus
TimedOut JobStatus

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

Метод Описание
FindValue ( string value ) : JobStatus

Finds the constant for the unique value.

JobStatus ( 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 ) : JobStatus
value string The unique value for the constant
Результат JobStatus

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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