C# Класс Amazon.ApplicationDiscoveryService.AgentStatus

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

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

Свойство Тип Описание
BLACKLISTED AgentStatus
HEALTHY AgentStatus
RUNNING AgentStatus
SHUTDOWN AgentStatus
UNHEALTHY AgentStatus
UNKNOWN AgentStatus

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

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

Finds the constant for the unique value.

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

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

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

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

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

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

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

Constant BLACKLISTED for AgentStatus
public static AgentStatus,Amazon.ApplicationDiscoveryService BLACKLISTED
Результат AgentStatus

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

Constant HEALTHY for AgentStatus
public static AgentStatus,Amazon.ApplicationDiscoveryService HEALTHY
Результат AgentStatus

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

Constant RUNNING for AgentStatus
public static AgentStatus,Amazon.ApplicationDiscoveryService RUNNING
Результат AgentStatus

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

Constant SHUTDOWN for AgentStatus
public static AgentStatus,Amazon.ApplicationDiscoveryService SHUTDOWN
Результат AgentStatus

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

Constant UNHEALTHY for AgentStatus
public static AgentStatus,Amazon.ApplicationDiscoveryService UNHEALTHY
Результат AgentStatus

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

Constant UNKNOWN for AgentStatus
public static AgentStatus,Amazon.ApplicationDiscoveryService UNKNOWN
Результат AgentStatus