AccountOperationsExtensions.ListPoolNodeCountsNext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.