AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Container for the parameters to the DisassociateVPCFromHostedZone operation. This action disassociates a VPC from an hosted zone.

To disassociate a VPC to a hosted zone, send a POST request to the

/Route
            53 API version/hostedzone/hosted zone ID/disassociatevpc
resource. The request body must include a document with a DisassociateVPCFromHostedZoneRequest element. The response returns the DisassociateVPCFromHostedZoneResponse element that contains ChangeInfo for you to track the progress of the DisassociateVPCFromHostedZoneRequest you made. See GetChange operation for how to track the progress of your change.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Route53.AmazonRoute53Request
      Amazon.Route53.Model.DisassociateVPCFromHostedZoneRequest

Namespace: Amazon.Route53.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class DisassociateVPCFromHostedZoneRequest : AmazonRoute53Request
         IRequestEvents

The DisassociateVPCFromHostedZoneRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Comment System.String Gets and sets the property Comment.

Optional: Any comments you want to include about a DisassociateVPCFromHostedZoneRequest.

Public Property HostedZoneId System.String Gets and sets the property HostedZoneId.

The ID of the hosted zone you want to disassociate your VPC from.

Note that you cannot disassociate the last VPC from a hosted zone.

Public Property VPC Amazon.Route53.Model.VPC Gets and sets the property VPC.

The VPC that you want your hosted zone to be disassociated from.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8