Partilhar via


KustoManagedPrivateEndpointCollection.GetAllAsync(CancellationToken) Método

Definição

Retorna a lista de pontos de extremidade privados gerenciados.

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

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

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

Aplica-se a