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

MetricSpecification interface

指标规范的说明。

属性

aggregationType

聚合类型。

dimensions

维度列表。

displayDescription

指标的说明。

displayName

指标的显示名称。

name

指标的名称。

unit

单位要显示的指标。

属性详细信息

aggregationType

聚合类型。

aggregationType?: string

属性值

string

dimensions

维度列表。

dimensions?: Dimension[]

属性值

displayDescription

指标的说明。

displayDescription?: string

属性值

string

displayName

指标的显示名称。

displayName?: string

属性值

string

name

指标的名称。

name?: string

属性值

string

unit

单位要显示的指标。

unit?: string

属性值

string