共用方式為


PrivateEndpointConnectionsOperationsExtensions.Delete Method

Definition

Delete a private endpoint connection.

public static Microsoft.Azure.Management.Synapse.Models.OperationResource Delete (this Microsoft.Azure.Management.Synapse.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string workspaceName, string privateEndpointConnectionName);
static member Delete : Microsoft.Azure.Management.Synapse.IPrivateEndpointConnectionsOperations * string * string * string -> Microsoft.Azure.Management.Synapse.Models.OperationResource
<Extension()>
Public Function Delete (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, workspaceName As String, privateEndpointConnectionName As String) As OperationResource

Parameters

operations
IPrivateEndpointConnectionsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

workspaceName
String

The name of the workspace.

privateEndpointConnectionName
String

The name of the private endpoint connection.

Returns

Applies to