Partilhar via


KustoDatabasePrincipalAssignmentCollection.GetAllAsync Método

Definição

Lista todas as entidades de banco de dados do cluster KustoAssignments.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/principalAssignments
  • Operação IdDatabasePrincipalAssignments_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Kusto.KustoDatabasePrincipalAssignmentResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Kusto.KustoDatabasePrincipalAssignmentResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Kusto.KustoDatabasePrincipalAssignmentResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of KustoDatabasePrincipalAssignmentResource)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção assíncrona de KustoDatabasePrincipalAssignmentResource que pode levar várias solicitações de serviço para iterar.

Aplica-se a