Partilhar via


BatchAccountOperationsExtensions.ListAsync Método

Definição

Obtém informações sobre as contas do Batch associadas à subscrição.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.BatchAccount>> ListAsync (this Microsoft.Azure.Management.Batch.IBatchAccountOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Batch.IBatchAccountOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.BatchAccount>>
<Extension()>
Public Function ListAsync (operations As IBatchAccountOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of BatchAccount))

Parâmetros

operations
IBatchAccountOperations

O grupo de operações para este método de extensão.

cancellationToken
CancellationToken

O token de cancelamento.

Devoluções

Aplica-se a