C# Класс Amazon.ElastiCache.AZMode

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

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

Свойство Тип Описание
CrossAz AZMode
SingleAz AZMode

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

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

Finds the constant for the unique value.

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

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

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

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

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

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

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

Constant CrossAz for AZMode
public static AZMode,Amazon.ElastiCache CrossAz
Результат AZMode

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

Constant SingleAz for AZMode
public static AZMode,Amazon.ElastiCache SingleAz
Результат AZMode