C# 클래스 Amazon.Route53.Model.HostedZone

A complex type that contains general information about the hosted zone.
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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