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

MetricSpecification 类

定义

Azure 监视指标的规范

public class MetricSpecification
type MetricSpecification = class
Public Class MetricSpecification
继承
MetricSpecification

构造函数

MetricSpecification()

初始化 MetricSpecification 类的新实例。

MetricSpecification(String, String, String, String, String, String, IList<MetricDimension>)

初始化 MetricSpecification 类的新实例。

属性

AggregationType

获取或设置仅为此字段提供一个值。 有效值:Average、Minimum、Maximum、Total、Count。

Dimensions

获取或设置指标的维度

DisplayDescription

获取或设置指标的本地化友好说明

DisplayName

获取或设置指标的本地化友好显示名称

InternalMetricName

获取或设置内部指标名称。

Name

获取或设置指标的名称

Unit

获取或设置对指标有意义的单位

适用于