C# Класс Amazon.Route53Domains.DomainAvailability

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

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

Свойство Тип Описание
AVAILABLE DomainAvailability
AVAILABLE_PREORDER DomainAvailability
AVAILABLE_RESERVED DomainAvailability
DONT_KNOW DomainAvailability
RESERVED DomainAvailability
UNAVAILABLE DomainAvailability
UNAVAILABLE_PREMIUM DomainAvailability
UNAVAILABLE_RESTRICTED DomainAvailability

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

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

Finds the constant for the unique value.

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

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

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

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

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

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

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

Constant AVAILABLE for DomainAvailability
public static DomainAvailability,Amazon.Route53Domains AVAILABLE
Результат DomainAvailability

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

Constant AVAILABLE_PREORDER for DomainAvailability
public static DomainAvailability,Amazon.Route53Domains AVAILABLE_PREORDER
Результат DomainAvailability

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

Constant AVAILABLE_RESERVED for DomainAvailability
public static DomainAvailability,Amazon.Route53Domains AVAILABLE_RESERVED
Результат DomainAvailability

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

Constant DONT_KNOW for DomainAvailability
public static DomainAvailability,Amazon.Route53Domains DONT_KNOW
Результат DomainAvailability

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

Constant RESERVED for DomainAvailability
public static DomainAvailability,Amazon.Route53Domains RESERVED
Результат DomainAvailability

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

Constant UNAVAILABLE for DomainAvailability
public static DomainAvailability,Amazon.Route53Domains UNAVAILABLE
Результат DomainAvailability

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

Constant UNAVAILABLE_PREMIUM for DomainAvailability
public static DomainAvailability,Amazon.Route53Domains UNAVAILABLE_PREMIUM
Результат DomainAvailability

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

Constant UNAVAILABLE_RESTRICTED for DomainAvailability
public static DomainAvailability,Amazon.Route53Domains UNAVAILABLE_RESTRICTED
Результат DomainAvailability