Freigeben über


KustoDatabaseResource.GetPrincipals(CancellationToken) Methode

Definition

Gibt eine Liste der Datenbankprinzipale des angegebenen Kusto-Clusters und der angegebenen Datenbank zurück.

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von KustoDatabasePrincipal , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: