次の方法で共有


Reports interface

レポートを表すインターフェイス。

メソッド

getLatencyScorecards(string, string, string, string, ReportsGetLatencyScorecardsOptionalParams)

特定の実験の待機時間スコアカードを取得します

getTimeseries(string, string, string, Date, Date, string, string, ReportsGetTimeseriesOptionalParams)

特定の実験の時系列を取得します

メソッドの詳細

getLatencyScorecards(string, string, string, string, ReportsGetLatencyScorecardsOptionalParams)

特定の実験の待機時間スコアカードを取得します

function getLatencyScorecards(resourceGroupName: string, profileName: string, experimentName: string, aggregationInterval: string, options?: ReportsGetLatencyScorecardsOptionalParams): Promise<LatencyScorecard>

パラメーター

resourceGroupName

string

Azure サブスクリプション内のリソース グループの名前。

profileName

string

テナントとパートナーに関連付けられているプロファイル識別子

experimentName

string

実験に関連付けられている実験識別子

aggregationInterval

string

待機時間スコアカードの集計間隔

options
ReportsGetLatencyScorecardsOptionalParams

options パラメーター。

戻り値

Promise<LatencyScorecard>

getTimeseries(string, string, string, Date, Date, string, string, ReportsGetTimeseriesOptionalParams)

特定の実験の時系列を取得します

function getTimeseries(resourceGroupName: string, profileName: string, experimentName: string, startDateTimeUTC: Date, endDateTimeUTC: Date, aggregationInterval: string, timeseriesType: string, options?: ReportsGetTimeseriesOptionalParams): Promise<Timeseries>

パラメーター

resourceGroupName

string

Azure サブスクリプション内のリソース グループの名前。

profileName

string

テナントとパートナーに関連付けられているプロファイル識別子

experimentName

string

実験に関連付けられている実験識別子

startDateTimeUTC

Date

時系列の開始 DateTime (UTC)

endDateTimeUTC

Date

時系列の終了 DateTime (UTC)

aggregationInterval

string

時系列の集計間隔

timeseriesType

string

Timeseries の種類

options
ReportsGetTimeseriesOptionalParams

options パラメーター。

戻り値

Promise<Timeseries>