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


PoolOperationsExtensions.ListByBatchAccountNextAsync Метод

Определение

Выведение списка всех пулов в указанной учетной записи.

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

Параметры

operations
IPoolOperations

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

nextPageLink
String

NextLink из предыдущего успешного вызова операции List.

cancellationToken
CancellationToken

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

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

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