共用方式為


MetricSpecification 類別

定義

Azure 監視計量的規格

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

建構函式

MetricSpecification()

初始化 MetricSpecification 類別的新實例。

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

初始化 MetricSpecification 類別的新實例。

屬性

AggregationType

取得或設定只提供這個欄位的一個值。 有效值:Average、Minimum、Maximum、Total、Count。

Category

取得或設定計量所屬的計量類別名稱。 計量只能屬於單一類別。

Dimensions

取得或設定計量的維度

DisplayDescription

取得或設定計量的當地語系化易記描述

DisplayName

取得或設定計量的當地語系化易記顯示名稱

EnableRegionalMdmAccount

取得或設定服務是否使用區域 MDM 帳戶。

FillGapWithZero

取得或設定選擇性。 如果設定為 true,則會在未發出/發佈計量的持續時間內傳回零。

Name

取得或設定計量的名稱

SourceMdmAccount

取得或設定 MDM 帳戶的名稱。

SourceMdmNamespace

取得或設定 MDM 命名空間的名稱。

SupportedAggregationTypes

取得或設定支援的匯總類型

SupportedTimeGrainTypes

取得或設定支援的時間細微性類型

Unit

取得或設定計量有意義的單位

適用於