Freigeben über


ClusterPrincipalAssignmentsOperationsExtensions.CreateOrUpdate Methode

Definition

Erstellen Sie einen Kusto-ClusterprinzipalAssignment.

public static Microsoft.Azure.Management.Kusto.Models.ClusterPrincipalAssignment CreateOrUpdate (this Microsoft.Azure.Management.Kusto.IClusterPrincipalAssignmentsOperations operations, string resourceGroupName, string clusterName, string principalAssignmentName, Microsoft.Azure.Management.Kusto.Models.ClusterPrincipalAssignment parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Kusto.IClusterPrincipalAssignmentsOperations * string * string * string * Microsoft.Azure.Management.Kusto.Models.ClusterPrincipalAssignment -> Microsoft.Azure.Management.Kusto.Models.ClusterPrincipalAssignment
<Extension()>
Public Function CreateOrUpdate (operations As IClusterPrincipalAssignmentsOperations, resourceGroupName As String, clusterName As String, principalAssignmentName As String, parameters As ClusterPrincipalAssignment) As 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 Parameter des Kusto-Clusters principalAssignment werden für den Vorgang bereitgestellt.

Gibt zurück

Gilt für: