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

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