BatchClient.ListPoolUsageMetrics(ListPoolUsageOptions) Method

Definition

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.

Returns

Applies to