Share via


AccountOperationsExtensions.ListPoolNodeCountsNext Method

Definition

Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.PoolNodeCounts> ListPoolNodeCountsNext (this Microsoft.Azure.Batch.Protocol.IAccountOperations operations, string nextPageLink, Microsoft.Azure.Batch.Protocol.Models.AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions = default);
static member ListPoolNodeCountsNext : Microsoft.Azure.Batch.Protocol.IAccountOperations * string * Microsoft.Azure.Batch.Protocol.Models.AccountListPoolNodeCountsNextOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.PoolNodeCounts>
<Extension()>
Public Function ListPoolNodeCountsNext (operations As IAccountOperations, nextPageLink As String, Optional accountListPoolNodeCountsNextOptions As AccountListPoolNodeCountsNextOptions = Nothing) As IPage(Of PoolNodeCounts)

Parameters

operations
IAccountOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

accountListPoolNodeCountsNextOptions
AccountListPoolNodeCountsNextOptions

Additional parameters for the operation

Returns

Applies to