共用方式為


WorkloadNetworksOperationsExtensions.DeleteDnsService 方法

定義

依識別碼在私人雲端工作負載網路中刪除 DNS 服務。

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

參數

operations
IWorkloadNetworksOperations

這個擴充方法的作業群組。

resourceGroupName
String

資源群組的名稱。 名稱不區分大小寫。

dnsServiceId
String

NSX DNS 服務識別碼。 通常與 DNS 服務的顯示名稱相同

privateCloudName
String

私人雲端的名稱

適用於