Condividi tramite


PoolOperationsExtensions.ListByBatchAccountNextAsync Metodo

Definizione

Elenca tutti i pool nell'account specificato.

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

Parametri

operations
IPoolOperations

Gruppo di operazioni per questo metodo di estensione.

nextPageLink
String

NextLink dalla chiamata precedente all'operazione List.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Si applica a