Share via


PrivateEndpointsOperationsExtensions.DeleteAsync Method

Definition

Delete the specified private endpoint.

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.StreamAnalytics.IPrivateEndpointsOperations operations, string resourceGroupName, string clusterName, string privateEndpointName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.StreamAnalytics.IPrivateEndpointsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As IPrivateEndpointsOperations, resourceGroupName As String, clusterName 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. The name is case insensitive.

clusterName
String

The name of the cluster.

privateEndpointName
String

The name of the private endpoint.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to