Freigeben über


DatabasesOperationsExtensions.AddPrincipals Methode

Definition

Fügen Sie Berechtigungen für Datenbankprinzipale hinzu.

public static Microsoft.Azure.Management.Kusto.Models.DatabasePrincipalListResult AddPrincipals (this Microsoft.Azure.Management.Kusto.IDatabasesOperations operations, string resourceGroupName, string clusterName, string databaseName, Microsoft.Azure.Management.Kusto.Models.DatabasePrincipalListRequest databasePrincipalsToAdd);
static member AddPrincipals : Microsoft.Azure.Management.Kusto.IDatabasesOperations * string * string * string * Microsoft.Azure.Management.Kusto.Models.DatabasePrincipalListRequest -> Microsoft.Azure.Management.Kusto.Models.DatabasePrincipalListResult
<Extension()>
Public Function AddPrincipals (operations As IDatabasesOperations, resourceGroupName As String, clusterName As String, databaseName As String, databasePrincipalsToAdd As DatabasePrincipalListRequest) As DatabasePrincipalListResult

Parameter

operations
IDatabasesOperations

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.

databaseName
String

Der Name der Datenbank im Kusto-Cluster.

databasePrincipalsToAdd
DatabasePrincipalListRequest

Liste der hinzuzufügenden Datenbankprinzipale.

Gibt zurück

Gilt für: