Condividi tramite


PrivateEndpointConnectionsOperationsExtensions.Delete Method

Definition

Deletes private endpoint connection.

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

Parameters

operations
IPrivateEndpointConnectionsOperations

The operations group for this extension method.

resourceGroupName
String

The resource group name.

accountName
String

The name of the account.

privateEndpointConnectionName
String

Name of the private endpoint connection.

Remarks

Delete a private endpoint connection

Applies to