C# Класс Amazon.CodeDeploy.DeploymentStatus

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

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

Свойство Тип Описание
Created DeploymentStatus
Failed DeploymentStatus
InProgress DeploymentStatus
Queued DeploymentStatus
Stopped DeploymentStatus
Succeeded DeploymentStatus

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

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

Finds the constant for the unique value.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Constant Stopped for DeploymentStatus
public static DeploymentStatus,Amazon.CodeDeploy Stopped
Результат DeploymentStatus

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

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