C# Класс Amazon.Inspector.AgentHealth

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

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

Свойство Тип Описание
HEALTHY AgentHealth
UNHEALTHY AgentHealth

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

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

Finds the constant for the unique value.

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

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

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

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

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

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

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

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

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

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