Compartilhar via


KustoClusterPrincipalAssignmentCollection.GetAllAsync Método

Definição

Lista todas as entidades de cluster KustoAssignments.

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

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

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

Aplica-se a