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

MetricSpecification 类

定义

服务发出的指标。

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

构造函数

MetricSpecification()

初始化 MetricSpecification 类的新实例。

MetricSpecification(String, String, String, MetricUnit, MetricAggregationType, Nullable<MetricAggregationType>, IList<String>, IList<MetricDimension>, Boolean, String, String, IList<String>)

初始化 MetricSpecification 类的新实例。

属性

AggregationType

获取指标聚合类型。 可能的值包括:“Average”、“Count”、“Total”

Dimensions

获取指标维度。

DisplayDescription

获取指标显示说明。

DisplayName

获取指标显示名称。

EnableRegionalMdmAccount

获取指示是否启用区域 MDM 帐户。

LockAggregationType

获取指标锁聚合类型。 可能的值包括:“Average”、“Count”、“Total”

Name

获取指标名称。

SourceMdmAccount

获取源 MDM 帐户。

SourceMdmNamespace

获取源 MDM 命名空间。

SupportedAggregationTypes

获取或设置支持的聚合类型。

SupportedTimeGrainTypes

获取支持的时间粒度类型。

Unit

获取指标单位。 可能的值包括:“Bytes”、“Count”、“Milliseconds”

适用于