ZonesOperationsExtensions.Delete Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes a DNS zone. WARNING: All DNS records in the zone will also be deleted. This operation cannot be undone.
public static void Delete (this Microsoft.Azure.Management.Dns.IZonesOperations operations, string resourceGroupName, string zoneName, string ifMatch = default);
static member Delete : Microsoft.Azure.Management.Dns.IZonesOperations * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As IZonesOperations, resourceGroupName As String, zoneName As String, Optional ifMatch As String = Nothing)
Parameters
- operations
- IZonesOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group.
- zoneName
- String
The name of the DNS zone (without a terminating dot).
- ifMatch
- String
The etag of the 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
Azure SDK for .NET