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

Container for the parameters to the GetHostedZone operation. Retrieves the delegation set for a hosted zone, including the four name servers assigned to the hosted zone. Send a GET request to the /Amazon Route 53 API version/hostedzone/hosted zone ID resource.
Наследование: AmazonRoute53Request
Показать файл Открыть проект Примеры использования класса

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

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

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

GetHostedZoneRequest ( string id ) : System

Instantiates GetHostedZoneRequest with the parameterized properties

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

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

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

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

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

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

Instantiates GetHostedZoneRequest with the parameterized properties
public GetHostedZoneRequest ( string id ) : System
id string The ID of the hosted zone for which you want to get a list of the name servers in the delegation set.
Результат System