AccountOperationsExtensions.ListPoolNodeCounts メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.PoolNodeCounts> ListPoolNodeCounts (this Microsoft.Azure.Batch.Protocol.IAccountOperations operations, Microsoft.Azure.Batch.Protocol.Models.AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions = default);
static member ListPoolNodeCounts : Microsoft.Azure.Batch.Protocol.IAccountOperations * Microsoft.Azure.Batch.Protocol.Models.AccountListPoolNodeCountsOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.PoolNodeCounts>
<Extension()>
Public Function ListPoolNodeCounts (operations As IAccountOperations, Optional accountListPoolNodeCountsOptions As AccountListPoolNodeCountsOptions = Nothing) As IPage(Of PoolNodeCounts)

パラメーター

operations
IAccountOperations

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

accountListPoolNodeCountsOptions
AccountListPoolNodeCountsOptions

操作の追加パラメーター

戻り値

適用対象