Partilhar via


BatchPrivateEndpointConnectionCollection.GetAll 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
  • Operação IdPrivateEndpointConnection_ListByBatchAccount
public virtual Azure.Pageable<Azure.ResourceManager.Batch.BatchPrivateEndpointConnectionResource> GetAll (int? maxresults = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Batch.BatchPrivateEndpointConnectionResource>
override this.GetAll : Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Batch.BatchPrivateEndpointConnectionResource>
Public Overridable Function GetAll (Optional maxresults As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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 de BatchPrivateEndpointConnectionResource que pode levar várias solicitações de serviço para iterar.

Aplica-se a