次の方法で共有


PrivateEndpointConnectionOperationsExtensions.BeginDelete メソッド

定義

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

public static void BeginDelete (this Microsoft.Azure.Management.ApiManagement.IPrivateEndpointConnectionOperations operations, string resourceGroupName, string serviceName, string privateEndpointConnectionName);
static member BeginDelete : Microsoft.Azure.Management.ApiManagement.IPrivateEndpointConnectionOperations * string * string * string -> unit
<Extension()>
Public Sub BeginDelete (operations As IPrivateEndpointConnectionOperations, resourceGroupName As String, serviceName As String, privateEndpointConnectionName As String)

パラメーター

operations
IPrivateEndpointConnectionOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

privateEndpointConnectionName
String

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

適用対象