C# Класс Amazon.ElasticBeanstalk.ConfigurationDeploymentStatus

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

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

Свойство Тип Описание
Deployed ConfigurationDeploymentStatus
Failed ConfigurationDeploymentStatus
Pending ConfigurationDeploymentStatus

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

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

Finds the constant for the unique value.

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

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

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

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

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

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

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

Constant Deployed for ConfigurationDeploymentStatus
public static ConfigurationDeploymentStatus,Amazon.ElasticBeanstalk Deployed
Результат ConfigurationDeploymentStatus

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

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

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

Constant Pending for ConfigurationDeploymentStatus
public static ConfigurationDeploymentStatus,Amazon.ElasticBeanstalk Pending
Результат ConfigurationDeploymentStatus