AccountOperationsExtensions.ListPoolNodeCountsNext メソッド

定義

プール別にグループ化された各状態のコンピューティング ノードの数を取得します。 返される数値が常に最新であるとは限りません。 正確なノード数が必要な場合は、リスト クエリを使用します。

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)

パラメーター

operations
IAccountOperations

この拡張メソッドの操作グループ。

nextPageLink
String

List 操作への前回の正常な呼び出しからの NextLink。

accountListPoolNodeCountsNextOptions
AccountListPoolNodeCountsNextOptions

操作の追加パラメーター

戻り値

適用対象