Share via


WorkloadNetworksOperationsExtensions.BeginDeleteDnsService Method

Definition

Delete a DNS service by id in a private cloud workload network.

public static void BeginDeleteDnsService (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string dnsServiceId, string privateCloudName);
static member BeginDeleteDnsService : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string -> unit
<Extension()>
Public Sub BeginDeleteDnsService (operations As IWorkloadNetworksOperations, resourceGroupName As String, dnsServiceId As String, privateCloudName As String)

Parameters

operations
IWorkloadNetworksOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

dnsServiceId
String

NSX DNS Service identifier. Generally the same as the DNS Service's display name

privateCloudName
String

Name of the private cloud

Applies to