Megosztás a következőn keresztül:


PrivateZonesOperationsExtensions.BeginDelete Method

Definition

Deletes a Private DNS zone. WARNING: All DNS records in the zone will also be deleted. This operation cannot be undone. Private DNS zone cannot be deleted unless all virtual network links to it are removed.

public static void BeginDelete (this Microsoft.Azure.Management.PrivateDns.IPrivateZonesOperations operations, string resourceGroupName, string privateZoneName, string ifMatch = default);
static member BeginDelete : Microsoft.Azure.Management.PrivateDns.IPrivateZonesOperations * string * string * string -> unit
<Extension()>
Public Sub BeginDelete (operations As IPrivateZonesOperations, resourceGroupName As String, privateZoneName As String, Optional ifMatch As String = Nothing)

Parameters

operations
IPrivateZonesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

privateZoneName
String

The name of the Private DNS zone (without a terminating dot).

ifMatch
String

The ETag of the Private DNS zone. Omit this value to always delete the current zone. Specify the last-seen ETag value to prevent accidentally deleting any concurrent changes.

Applies to