C# Класс Amazon.Route53.Model.ResourceRecord

A complex type that contains the value of the Value element for the current resource record set.

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ResourceRecord ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

ResourceRecord ( string value ) : System

Instantiates ResourceRecord with the parameterized properties

Приватные методы

Метод Описание
IsSetValue ( ) : bool

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

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

Empty constructor used to set properties independently even when a simple constructor is available
public ResourceRecord ( ) : System
Результат System

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

Instantiates ResourceRecord with the parameterized properties
public ResourceRecord ( string value ) : System
value string The current or new DNS record value, not to exceed 4,000 characters. In the case of a DELETE action, if the current value does not match the actual value, an error is returned. For descriptions about how to format Value for different record types, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide. You can specify more than one value for all record types except CNAME and SOA. If you are creating an alias resource record set, omit Value.
Результат System