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

A complex type that describes the name servers for this hosted zone.
Показать файл Открыть проект Примеры использования класса

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

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

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

DelegationSet ( List nameServers ) : System

Instantiates DelegationSet with the parameterized properties

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

Метод Описание
IsSetCallerReference ( ) : bool
IsSetId ( ) : bool
IsSetNameServers ( ) : bool

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

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

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

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

Instantiates DelegationSet with the parameterized properties
public DelegationSet ( List nameServers ) : System
nameServers List A complex type that contains a list of the authoritative name servers for the hosted zone.
Результат System