C# Класс Amazon.Route53.HealthCheckType

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

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

Свойство Тип Описание
CALCULATED HealthCheckType
CLOUDWATCH_METRIC HealthCheckType
HTTP HealthCheckType
HTTPS HealthCheckType
HTTPS_STR_MATCH HealthCheckType
HTTP_STR_MATCH HealthCheckType
TCP HealthCheckType

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

Метод Описание
FindValue ( string value ) : HealthCheckType

Finds the constant for the unique value.

HealthCheckType ( 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() публичный статический Метод

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

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

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

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

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

Constant CALCULATED for HealthCheckType
public static HealthCheckType,Amazon.Route53 CALCULATED
Результат HealthCheckType

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

Constant CLOUDWATCH_METRIC for HealthCheckType
public static HealthCheckType,Amazon.Route53 CLOUDWATCH_METRIC
Результат HealthCheckType

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

Constant HTTP for HealthCheckType
public static HealthCheckType,Amazon.Route53 HTTP
Результат HealthCheckType

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

Constant HTTPS for HealthCheckType
public static HealthCheckType,Amazon.Route53 HTTPS
Результат HealthCheckType

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

Constant HTTPS_STR_MATCH for HealthCheckType
public static HealthCheckType,Amazon.Route53 HTTPS_STR_MATCH
Результат HealthCheckType

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

Constant HTTP_STR_MATCH for HealthCheckType
public static HealthCheckType,Amazon.Route53 HTTP_STR_MATCH
Результат HealthCheckType

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

Constant TCP for HealthCheckType
public static HealthCheckType,Amazon.Route53 TCP
Результат HealthCheckType