BatchClient.ListPoolUsageMetrics(ListPoolUsageOptions) 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 usage metrics, aggregated by pool across individual time intervals, for the specified account.
public System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Batch.Models.PSPoolUsageMetrics> ListPoolUsageMetrics (Microsoft.Azure.Commands.Batch.Models.ListPoolUsageOptions options);
member this.ListPoolUsageMetrics : Microsoft.Azure.Commands.Batch.Models.ListPoolUsageOptions -> seq<Microsoft.Azure.Commands.Batch.Models.PSPoolUsageMetrics>
Public Function ListPoolUsageMetrics (options As ListPoolUsageOptions) As IEnumerable(Of PSPoolUsageMetrics)
Parameters
- options
- ListPoolUsageOptions
The options to use when aggregating usage for pools.