Dela via


ManagedPrivateEndpointsOperationsExtensions.BeginUpdateAsync Method

Definition

Updates a managed private endpoint.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Kusto.Models.ManagedPrivateEndpoint> BeginUpdateAsync (this Microsoft.Azure.Management.Kusto.IManagedPrivateEndpointsOperations operations, string resourceGroupName, string clusterName, string managedPrivateEndpointName, Microsoft.Azure.Management.Kusto.Models.ManagedPrivateEndpoint parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAsync : Microsoft.Azure.Management.Kusto.IManagedPrivateEndpointsOperations * string * string * string * Microsoft.Azure.Management.Kusto.Models.ManagedPrivateEndpoint * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Kusto.Models.ManagedPrivateEndpoint>
<Extension()>
Public Function BeginUpdateAsync (operations As IManagedPrivateEndpointsOperations, resourceGroupName As String, clusterName As String, managedPrivateEndpointName As String, parameters As ManagedPrivateEndpoint, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ManagedPrivateEndpoint)

Parameters

operations
IManagedPrivateEndpointsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group containing the Kusto cluster.

clusterName
String

The name of the Kusto cluster.

managedPrivateEndpointName
String

The name of the managed private endpoint.

parameters
ManagedPrivateEndpoint

The managed private endpoint parameters.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to