次の方法で共有


MetricSpecification コンストラクター

定義

オーバーロード

MetricSpecification()

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

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

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

MetricSpecification()

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

public MetricSpecification ();
Public Sub New ()

適用対象

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

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

public MetricSpecification (string name = default, string displayName = default, string displayDescription = default, Microsoft.Azure.Management.Media.Models.MetricUnit unit = default, Microsoft.Azure.Management.Media.Models.MetricAggregationType aggregationType = default, Microsoft.Azure.Management.Media.Models.MetricAggregationType? lockAggregationType = default, System.Collections.Generic.IList<string> supportedAggregationTypes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.MetricDimension> dimensions = default, bool enableRegionalMdmAccount = false, string sourceMdmAccount = default, string sourceMdmNamespace = default, System.Collections.Generic.IList<string> supportedTimeGrainTypes = default);
new Microsoft.Azure.Management.Media.Models.MetricSpecification : string * string * string * Microsoft.Azure.Management.Media.Models.MetricUnit * Microsoft.Azure.Management.Media.Models.MetricAggregationType * Nullable<Microsoft.Azure.Management.Media.Models.MetricAggregationType> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.MetricDimension> * bool * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Media.Models.MetricSpecification
Public Sub New (Optional name As String = Nothing, Optional displayName As String = Nothing, Optional displayDescription As String = Nothing, Optional unit As MetricUnit = Nothing, Optional aggregationType As MetricAggregationType = Nothing, Optional lockAggregationType As Nullable(Of MetricAggregationType) = Nothing, Optional supportedAggregationTypes As IList(Of String) = Nothing, Optional dimensions As IList(Of MetricDimension) = Nothing, Optional enableRegionalMdmAccount As Boolean = false, Optional sourceMdmAccount As String = Nothing, Optional sourceMdmNamespace As String = Nothing, Optional supportedTimeGrainTypes As IList(Of String) = Nothing)

パラメーター

name
String

メトリック名。

displayName
String

メトリックの表示名。

displayDescription
String

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

unit
MetricUnit

メトリック単位。 使用可能な値は、'Bytes'、'Count'、'Milliseconds' です。

aggregationType
MetricAggregationType

メトリック集計の種類。 使用可能な値は、'Average'、'Count'、'Total' です。

lockAggregationType
Nullable<MetricAggregationType>

メトリック ロック集計の種類。 使用可能な値は、'Average'、'Count'、'Total' です。

supportedAggregationTypes
IList<String>

サポートされている集計の種類。

dimensions
IList<MetricDimension>

メトリック ディメンション。

enableRegionalMdmAccount
Boolean

リージョン MDM アカウントが有効かどうかを示します。

sourceMdmAccount
String

ソース MDM アカウント。

sourceMdmNamespace
String

ソース MDM 名前空間。

supportedTimeGrainTypes
IList<String>

サポートされているタイム グレインの種類。

適用対象