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

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

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

Свойство Тип Описание
A RRType
AAAA RRType
CNAME RRType
MX RRType
NAPTR RRType
NS RRType
PTR RRType
SOA RRType
SPF RRType
SRV RRType
TXT RRType

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

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

Finds the constant for the unique value.

RRType ( 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 ) : RRType
value string The unique value for the constant
Результат RRType

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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