次の方法で共有


MetricSpecifications コンストラクター

定義

オーバーロード

MetricSpecifications()

MetricSpecifications クラスの新しいインスタンスを初期化します。

MetricSpecifications(String, String, String, String, String, IList<String>, IList<String>, Nullable<Boolean>, String, String, String, Nullable<Boolean>, String, String, Nullable<Boolean>, String, IList<Dimension>)

MetricSpecifications クラスの新しいインスタンスを初期化します。

MetricSpecifications()

MetricSpecifications クラスの新しいインスタンスを初期化します。

public MetricSpecifications ();
Public Sub New ()

適用対象

MetricSpecifications(String, String, String, String, String, IList<String>, IList<String>, Nullable<Boolean>, String, String, String, Nullable<Boolean>, String, String, Nullable<Boolean>, String, IList<Dimension>)

MetricSpecifications クラスの新しいインスタンスを初期化します。

public MetricSpecifications (string name = default, string displayName = default, string displayDescription = default, string unit = default, string aggregationType = default, System.Collections.Generic.IList<string> supportedAggregationTypes = default, System.Collections.Generic.IList<string> supportedTimeGrainTypes = default, bool? enableRegionalMdmAccount = default, string sourceMdmAccount = default, string sourceMdmNamespace = default, string metricFilterPattern = default, bool? fillGapWithZero = default, string category = default, string resourceIdDimensionNameOverride = default, bool? isInternal = default, string delegateMetricNameOverride = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.Dimension> dimensions = default);
new Microsoft.Azure.Management.HDInsight.Models.MetricSpecifications : string * string * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * Nullable<bool> * string * string * string * Nullable<bool> * string * string * Nullable<bool> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.Dimension> -> Microsoft.Azure.Management.HDInsight.Models.MetricSpecifications
Public Sub New (Optional name As String = Nothing, Optional displayName As String = Nothing, Optional displayDescription As String = Nothing, Optional unit As String = Nothing, Optional aggregationType As String = Nothing, Optional supportedAggregationTypes As IList(Of String) = Nothing, Optional supportedTimeGrainTypes As IList(Of String) = Nothing, Optional enableRegionalMdmAccount As Nullable(Of Boolean) = Nothing, Optional sourceMdmAccount As String = Nothing, Optional sourceMdmNamespace As String = Nothing, Optional metricFilterPattern As String = Nothing, Optional fillGapWithZero As Nullable(Of Boolean) = Nothing, Optional category As String = Nothing, Optional resourceIdDimensionNameOverride As String = Nothing, Optional isInternal As Nullable(Of Boolean) = Nothing, Optional delegateMetricNameOverride As String = Nothing, Optional dimensions As IList(Of Dimension) = Nothing)

パラメーター

name
String

メトリック仕様の名前。

displayName
String

メトリック仕様の表示名。

displayDescription
String

メトリック仕様の表示の説明。

unit
String

メトリック仕様の単位。

aggregationType
String

メトリック仕様の集計の種類。

supportedAggregationTypes
IList<String>

メトリック仕様でサポートされている集計の種類。

supportedTimeGrainTypes
IList<String>

メトリック仕様でサポートされている時間グレインの種類。

enableRegionalMdmAccount
Nullable<Boolean>

フラグは、リージョン mdm アカウントを有効にするかどうかを示します。

sourceMdmAccount
String

ソース mdm アカウント。

sourceMdmNamespace
String

ソース mdm 名前空間。

metricFilterPattern
String

メトリック フィルター パターン。

fillGapWithZero
Nullable<Boolean>

フラグは、ギャップをゼロで埋めるかどうかを示します。

category
String

メトリックのカテゴリ。

resourceIdDimensionNameOverride
String

リソース ID ディメンション名のオーバーライド名。

isInternal
Nullable<Boolean>

フラグは、メトリックが内部であるかどうかを示します。

delegateMetricNameOverride
String

デリゲート メトリックのオーバーライド名。

dimensions
IList<Dimension>

メトリック仕様のディメンション。

適用対象