通过


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

MetricDefinitionOutput interface

指标定义

属性

description

指标说明

dimensions

维度列表

metricAvailabilities

指标可用性指定时间粒度(聚合间隔或频率)。

name

指标名称

namespace

指标所属的命名空间。

primaryAggregationType

定义如何使用值显示的主要聚合类型值。

supportedAggregationTypes

支持所有聚合类型的集合。

unit

指标的单位。

属性详细信息

description

指标说明

description?: string

属性值

string

dimensions

维度列表

dimensions?: NameAndDescOutput[]

属性值

metricAvailabilities

指标可用性指定时间粒度(聚合间隔或频率)。

metricAvailabilities?: MetricAvailabilityOutput[]

属性值

name

指标名称

name?: string

属性值

string

namespace

指标所属的命名空间。

namespace?: string

属性值

string

primaryAggregationType

定义如何使用值显示的主要聚合类型值。

primaryAggregationType?: "Average" | "Count" | "None" | "Total" | "Percentile90" | "Percentile95" | "Percentile99"

属性值

"Average" | "Count" | "None" | "Total" | "Percentile90" | "Percentile95" | "Percentile99"

supportedAggregationTypes

支持所有聚合类型的集合。

supportedAggregationTypes?: string[]

属性值

string[]

unit

指标的单位。

unit?: "Count" | "NotSpecified" | "Percent" | "Seconds" | "Milliseconds" | "Bytes" | "BytesPerSecond" | "CountPerSecond"

属性值

"Count" | "NotSpecified" | "Percent" | "Seconds" | "Milliseconds" | "Bytes" | "BytesPerSecond" | "CountPerSecond"