PoolOperationsExtensions.ListByBatchAccountNext Method

Definition

Lists all of the pools in the specified account.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Pool> ListByBatchAccountNext (this Microsoft.Azure.Management.Batch.IPoolOperations operations, string nextPageLink);
static member ListByBatchAccountNext : Microsoft.Azure.Management.Batch.IPoolOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Pool>
<Extension()>
Public Function ListByBatchAccountNext (operations As IPoolOperations, nextPageLink As String) As IPage(Of Pool)

Parameters

operations
IPoolOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to