BatchClient.ListPoolNodeCounts(ListPoolNodeCountsOptions) 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.
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.