Freigeben über


ManagedPrivateEndpointsOperationsExtensions.UpdateAsync Methode

Definition

Updates einen verwalteten privaten Endpunkt.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Kusto.Models.ManagedPrivateEndpoint> UpdateAsync (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 UpdateAsync : 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 UpdateAsync (operations As IManagedPrivateEndpointsOperations, resourceGroupName As String, clusterName As String, managedPrivateEndpointName As String, parameters As ManagedPrivateEndpoint, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ManagedPrivateEndpoint)

Parameter

operations
IManagedPrivateEndpointsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die den Kusto-Cluster enthält.

clusterName
String

Der Name des Kusto-Clusters.

managedPrivateEndpointName
String

Der Name des verwalteten privaten Endpunkts.

parameters
ManagedPrivateEndpoint

Die Parameter des verwalteten privaten Endpunkts.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: