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

MetricSpecification interface

有关与指标相关的操作的详细信息。

属性

aggregationType

指标聚合的类型。

dimensions

指标的维度

displayDescription

指标的说明。

displayName

指标的本地化显示名称。

metricClass

指标的类型。

name

指标的名称。

supportedAggregationTypes

支持指标聚合类型。

unit

度量指标的单位。

属性详细信息

aggregationType

指标聚合的类型。

aggregationType?: string

属性值

string

dimensions

指标的维度

dimensions?: MetricDimension[]

属性值

displayDescription

指标的说明。

displayDescription?: string

属性值

string

displayName

指标的本地化显示名称。

displayName?: string

属性值

string

metricClass

指标的类型。

metricClass?: string

属性值

string

name

指标的名称。

name?: string

属性值

string

supportedAggregationTypes

支持指标聚合类型。

supportedAggregationTypes?: string[]

属性值

string[]

unit

度量指标的单位。

unit?: string

属性值

string