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

IMetricSpecification Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.MetricSpecificationTypeConverter))]
public interface IMetricSpecification : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.MetricSpecificationTypeConverter))>]
type IMetricSpecification = interface
    interface IJsonSerializable
Public Interface IMetricSpecification
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AggregationType

Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.

Dimension

Dimensions of the metric

DisplayDescription

Localized friendly description of the metric

DisplayName

Localized friendly display name of the metric

FillGapWithZero

Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published.

InternalMetricName

Internal metric name.

Name

Name of the metric

Unit

Unit that makes sense for the metric

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to