次の方法で共有


PrivateDnsZoneGroupsOperationsExtensions.Delete メソッド

定義

指定したプライベート DNS ゾーン グループを削除します。

public static void Delete (this Microsoft.Azure.Management.Network.IPrivateDnsZoneGroupsOperations operations, string resourceGroupName, string privateEndpointName, string privateDnsZoneGroupName);
static member Delete : Microsoft.Azure.Management.Network.IPrivateDnsZoneGroupsOperations * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As IPrivateDnsZoneGroupsOperations, resourceGroupName As String, privateEndpointName As String, privateDnsZoneGroupName As String)

パラメーター

operations
IPrivateDnsZoneGroupsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

privateEndpointName
String

プライベート エンドポイントの名前。

privateDnsZoneGroupName
String

プライベート DNS ゾーン グループの名前。

適用対象