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

A complex type that contains general information about the hosted zone.
Показать файл Открыть проект Примеры использования класса

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

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

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

HostedZone ( string id, string name, string callerReference ) : System

Instantiates HostedZone with the parameterized properties

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

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

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

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

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

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

Instantiates HostedZone with the parameterized properties
public HostedZone ( string id, string name, string callerReference ) : System
id string The ID that Amazon Route 53 assigned to the hosted zone when you created it.
name string The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar. For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see CreateHostedZone.
callerReference string The value that you specified for CallerReference when you created the hosted zone.
Результат System