你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BatchClient.ListPoolNodeCounts(ListPoolNodeCountsOptions) Method

Definition

Lists the pool node counts matching the specified filter options.

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Batch.Models.PSPoolNodeCounts> ListPoolNodeCounts (Microsoft.Azure.Commands.Batch.Models.ListPoolNodeCountsOptions options);
member this.ListPoolNodeCounts : Microsoft.Azure.Commands.Batch.Models.ListPoolNodeCountsOptions -> seq<Microsoft.Azure.Commands.Batch.Models.PSPoolNodeCounts>
Public Function ListPoolNodeCounts (options As ListPoolNodeCountsOptions) As IEnumerable(Of PSPoolNodeCounts)

Parameters

options
ListPoolNodeCountsOptions

The options to use when listing pool node counts.

Returns

The pool node counts matching the specified filter.

Applies to