Поделиться через


BatchAccountOperationsExtensions.ListAsync Метод

Определение

Возвращает сведения об учетных записях пакетной службы, связанных с подпиской.

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))

Параметры

operations
IBatchAccountOperations

Группа операций для этого метода расширения.

cancellationToken
CancellationToken

Токен отмены.

Возвращаемое значение

Применяется к