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

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

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

Свойство Тип Описание
Green EnvironmentHealth
Grey EnvironmentHealth
Red EnvironmentHealth
Yellow EnvironmentHealth

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

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

Finds the constant for the unique value.

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

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

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

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

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

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

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

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

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

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

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

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

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

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