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

Container for the parameters to the DeleteHostedZone operation.

This action deletes a hosted zone. To delete a hosted zone, send a DELETE request to the 2012-12-12/hostedzone/hosted zone ID resource.

For more information about deleting a hosted zone, see Deleting a Hosted Zone in the Amazon Route 53 Developer Guide .

IMPORTANT: You can delete a hosted zone only if there are no resource record sets other than the default SOA record and NS resource record sets. If your hosted zone contains other resource record sets, you must delete them before you can delete your hosted zone. If you try to delete a hosted zone that contains other resource record sets, Route 53 will deny your request with a HostedZoneNotEmpty error. For information about deleting records from your hosted zone, see ChangeResourceRecordSets.

상속: Amazon.Runtime.AmazonWebServiceRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
DeleteHostedZoneRequest ( ) : System

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

DeleteHostedZoneRequest ( string id ) : System

Instantiates DeleteHostedZoneRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetId ( ) : bool

메소드 상세

DeleteHostedZoneRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteHostedZoneRequest ( ) : System
리턴 System

DeleteHostedZoneRequest() 공개 메소드

Instantiates DeleteHostedZoneRequest with the parameterized properties
public DeleteHostedZoneRequest ( string id ) : System
id string The ID of the hosted zone you want to delete.
리턴 System