次の方法で共有


PrivateEndpointsOperationsExtensions.Delete メソッド

定義

指定したプライベート エンドポイントを削除します。

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

パラメーター

operations
IPrivateEndpointsOperations

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

resourceGroupName
String

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

privateEndpointName
String

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

適用対象