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
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

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