TopQueries コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
TopQueries() |
TopQueries クラスの新しいインスタンスを初期化します。 |
TopQueries(Nullable<Int32>, String, String, String, String, String, IList<QueryStatisticsProperties>) |
TopQueries クラスの新しいインスタンスを初期化します。 |
TopQueries()
TopQueries クラスの新しいインスタンスを初期化します。
public TopQueries();
Public Sub New ()
適用対象
TopQueries(Nullable<Int32>, String, String, String, String, String, IList<QueryStatisticsProperties>)
TopQueries クラスの新しいインスタンスを初期化します。
public TopQueries(int? numberOfQueries = default, string aggregationFunction = default, string observationMetric = default, string intervalType = default, string startTime = default, string endTime = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.QueryStatisticsProperties> queries = default);
new Microsoft.Azure.Management.Sql.Models.TopQueries : Nullable<int> * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.QueryStatisticsProperties> -> Microsoft.Azure.Management.Sql.Models.TopQueries
Public Sub New (Optional numberOfQueries As Nullable(Of Integer) = Nothing, Optional aggregationFunction As String = Nothing, Optional observationMetric As String = Nothing, Optional intervalType As String = Nothing, Optional startTime As String = Nothing, Optional endTime As String = Nothing, Optional queries As IList(Of QueryStatisticsProperties) = Nothing)
パラメーター
- aggregationFunction
- String
クエリ メトリックの計算に使用される集計関数。
- observationMetric
- String
クエリのランク付けに使用されるメトリック。
- intervalType
- String
間隔の種類 (長さ)。 使用できる値は、'PT1H'、'P1D' です。
- startTime
- String
メトリックの開始時刻 (ISO-8601 形式)。
- endTime
- String
メトリックの終了時刻 (ISO-8601 形式)。
- queries
- IList<QueryStatisticsProperties>
適切なメトリック データを含む上位のリソース消費クエリの一覧
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET