ApplicationGatewayPrivateEndpointConnectionsOperationsExtensions.BeginDelete Method

Definition

Deletes the specified private endpoint connection on application gateway.

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

Parameters

operations
IApplicationGatewayPrivateEndpointConnectionsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

applicationGatewayName
String

The name of the application gateway.

connectionName
String

The name of the application gateway private endpoint connection.

Applies to