Freigeben über


KustoDatabaseResource.AddPrincipals Methode

Definition

Fügen Sie Berechtigungen für Datenbankprinzipale hinzu.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/addPrincipals
  • Vorgang IdDatabases_AddPrincipals
public virtual Azure.Pageable<Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipal> AddPrincipals (Azure.ResourceManager.Kusto.Models.DatabasePrincipalList databasePrincipalsToAdd, System.Threading.CancellationToken cancellationToken = default);
abstract member AddPrincipals : Azure.ResourceManager.Kusto.Models.DatabasePrincipalList * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipal>
override this.AddPrincipals : Azure.ResourceManager.Kusto.Models.DatabasePrincipalList * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipal>
Public Overridable Function AddPrincipals (databasePrincipalsToAdd As DatabasePrincipalList, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of KustoDatabasePrincipal)

Parameter

databasePrincipalsToAdd
DatabasePrincipalList

Liste der hinzuzufügenden Datenbankprinzipale.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der KustoDatabasePrincipal möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Ausnahmen

databasePrincipalsToAdd ist NULL.

Gilt für: