共用方式為


PrivateEndpointConnectionsOperationsExtensions.Delete Method

Definition

Deletes an existing Private Endpoint Connection. https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx

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

Parameters

operations
IPrivateEndpointConnectionsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the Resource group within the Azure subscription.

namespaceName
String

The namespace name

privateEndpointConnectionName
String

The PrivateEndpointConnection name

Applies to