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