AccountOperationsExtensions.ListPoolNodeCountsNextAsync 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 System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.PoolNodeCounts>> ListPoolNodeCountsNextAsync (this Microsoft.Azure.Batch.Protocol.IAccountOperations operations, string nextPageLink, Microsoft.Azure.Batch.Protocol.Models.AccountListPoolNodeCountsNextOptions accountListPoolNodeCountsNextOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member ListPoolNodeCountsNextAsync : Microsoft.Azure.Batch.Protocol.IAccountOperations * string * Microsoft.Azure.Batch.Protocol.Models.AccountListPoolNodeCountsNextOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.PoolNodeCounts>>
<Extension()>
Public Function ListPoolNodeCountsNextAsync (operations As IAccountOperations, nextPageLink As String, Optional accountListPoolNodeCountsNextOptions As AccountListPoolNodeCountsNextOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to