次の方法で共有


ApplicationGatewayPrivateEndpointConnectionsOperationsExtensions.BeginDeleteAsync メソッド

定義

アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を削除します。

public static System.Threading.Tasks.Task BeginDeleteAsync (this Microsoft.Azure.Management.Network.IApplicationGatewayPrivateEndpointConnectionsOperations operations, string resourceGroupName, string applicationGatewayName, string connectionName, System.Threading.CancellationToken cancellationToken = default);
static member BeginDeleteAsync : Microsoft.Azure.Management.Network.IApplicationGatewayPrivateEndpointConnectionsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginDeleteAsync (operations As IApplicationGatewayPrivateEndpointConnectionsOperations, resourceGroupName As String, applicationGatewayName As String, connectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IApplicationGatewayPrivateEndpointConnectionsOperations

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

resourceGroupName
String

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

applicationGatewayName
String

アプリケーション ゲートウェイの名前。

connectionName
String

アプリケーション ゲートウェイのプライベート エンドポイント接続の名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象