次の方法で共有


QueryMetricInterval コンストラクター

定義

オーバーロード

QueryMetricInterval()

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

QueryMetricInterval(String, String, Nullable<Int64>, IList<QueryMetricProperties>)

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

QueryMetricInterval()

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

public QueryMetricInterval ();
Public Sub New ()

適用対象

QueryMetricInterval(String, String, Nullable<Int64>, IList<QueryMetricProperties>)

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

public QueryMetricInterval (string intervalStartTime = default, string intervalType = default, long? executionCount = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.QueryMetricProperties> metrics = default);
new Microsoft.Azure.Management.Sql.Models.QueryMetricInterval : string * string * Nullable<int64> * System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.QueryMetricProperties> -> Microsoft.Azure.Management.Sql.Models.QueryMetricInterval
Public Sub New (Optional intervalStartTime As String = Nothing, Optional intervalType As String = Nothing, Optional executionCount As Nullable(Of Long) = Nothing, Optional metrics As IList(Of QueryMetricProperties) = Nothing)

パラメーター

intervalStartTime
String

メトリック間隔の開始時刻 (ISO-8601 形式)。

intervalType
String

間隔の種類 (長さ)。 使用できる値は、'PT1H'、'P1D' です。

executionCount
Nullable<Int64>

この間隔でのクエリの実行数。

metrics
IList<QueryMetricProperties>

この間隔のメトリック オブジェクトの一覧

適用対象