Freigeben über


KustoDatabaseResource.AddPrincipalsAsync 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.AsyncPageable<Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipal> AddPrincipalsAsync (Azure.ResourceManager.Kusto.Models.DatabasePrincipalList databasePrincipalsToAdd, System.Threading.CancellationToken cancellationToken = default);
abstract member AddPrincipalsAsync : Azure.ResourceManager.Kusto.Models.DatabasePrincipalList * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipal>
override this.AddPrincipalsAsync : Azure.ResourceManager.Kusto.Models.DatabasePrincipalList * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipal>
Public Overridable Function AddPrincipalsAsync (databasePrincipalsToAdd As DatabasePrincipalList, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of KustoDatabasePrincipal)

Parameter

databasePrincipalsToAdd
DatabasePrincipalList

Liste der hinzuzufügenden Datenbankprinzipale.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der KustoDatabasePrincipal mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Ausnahmen

databasePrincipalsToAdd ist NULL.

Gilt für: