다음을 통해 공유


PrivateEndpointsOperationsExtensions.BeginDeleteAsync Method

Definition

Delete the specified private endpoint.

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