共用方式為


PrivateEndpointsOperationsExtensions.DeleteAsync Method

Definition

Deletes the specified private endpoint.

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

Parameters

operations
IPrivateEndpointsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

privateEndpointName
String

The name of the private endpoint.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to