MetricSpecification コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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' です。
- dimensions
- IList<MetricDimension>
メトリック ディメンション。
- enableRegionalMdmAccount
- Boolean
リージョン MDM アカウントが有効かどうかを示します。
- sourceMdmAccount
- String
ソース MDM アカウント。
- sourceMdmNamespace
- String
ソース MDM 名前空間。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET