次の方法で共有


TopQueryStatisticsInput コンストラクター

定義

オーバーロード

TopQueryStatisticsInput()

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

TopQueryStatisticsInput(Int32, String, String, DateTime, DateTime, String)

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

TopQueryStatisticsInput()

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

public TopQueryStatisticsInput ();
Public Sub New ()

適用対象

TopQueryStatisticsInput(Int32, String, String, DateTime, DateTime, String)

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

public TopQueryStatisticsInput (int numberOfTopQueries, string aggregationFunction, string observedMetric, DateTime observationStartTime, DateTime observationEndTime, string aggregationWindow);
new Microsoft.Azure.Management.MySQL.Models.TopQueryStatisticsInput : int * string * string * DateTime * DateTime * string -> Microsoft.Azure.Management.MySQL.Models.TopQueryStatisticsInput
Public Sub New (numberOfTopQueries As Integer, aggregationFunction As String, observedMetric As String, observationStartTime As DateTime, observationEndTime As DateTime, aggregationWindow As String)

パラメーター

numberOfTopQueries
Int32

返される上位クエリの最大数。

aggregationFunction
String

集計関数名。

observedMetric
String

観測されたメトリック名。

observationStartTime
DateTime

観測開始時刻。

observationEndTime
DateTime

観測終了時刻。

aggregationWindow
String

ISO 8601 形式の集計間隔の種類。

適用対象