ClusterPrincipalAssignmentsOperationsExtensions.BeginCreateOrUpdateAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellen Sie einen Kusto-Cluster principalAssignment.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Kusto.Models.ClusterPrincipalAssignment> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Kusto.IClusterPrincipalAssignmentsOperations operations, string resourceGroupName, string clusterName, string principalAssignmentName, Microsoft.Azure.Management.Kusto.Models.ClusterPrincipalAssignment parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Kusto.IClusterPrincipalAssignmentsOperations * string * string * string * Microsoft.Azure.Management.Kusto.Models.ClusterPrincipalAssignment * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Kusto.Models.ClusterPrincipalAssignment>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IClusterPrincipalAssignmentsOperations, resourceGroupName As String, clusterName As String, principalAssignmentName As String, parameters As ClusterPrincipalAssignment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ClusterPrincipalAssignment)
Parameter
- operations
- IClusterPrincipalAssignmentsOperations
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.
- principalAssignmentName
- String
Der Name des Kusto principalAssignment.
- parameters
- ClusterPrincipalAssignment
Die für den Vorgang bereitgestellten Parameter des Kusto-Clusters principalAssignment.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET