Compartilhar via


BatchPrivateEndpointConnectionCollection.GetAllAsync Método

Definição

Lista todas as conexões de ponto de extremidade privado na conta especificada.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/privateEndpointConnections
  • IdPrivateEndpointConnection_ListByBatchAccount de operação
public virtual Azure.AsyncPageable<Azure.ResourceManager.Batch.BatchPrivateEndpointConnectionResource> GetAllAsync (int? maxresults = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Batch.BatchPrivateEndpointConnectionResource>
override this.GetAllAsync : Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Batch.BatchPrivateEndpointConnectionResource>
Public Overridable Function GetAllAsync (Optional maxresults As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of BatchPrivateEndpointConnectionResource)

Parâmetros

maxresults
Nullable<Int32>

O número máximo de itens a serem retornados na resposta.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

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

Aplica-se a