Compartir a través de


BatchAccountOperationsExtensions.ListAsync Método

Definición

Obtiene información sobre las cuentas de Batch asociadas a la suscripción.

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

El grupo de operaciones de este método de extensión.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a