ReportsOperations interface
レポート操作を表すインターフェース。
プロパティ
| get |
特定の実験の待機時間スコアカードを取得します |
| get |
特定の実験の時系列を取得します |
プロパティの詳細
getLatencyScorecards
特定の実験の待機時間スコアカードを取得します
getLatencyScorecards: (resourceGroupName: string, profileName: string, experimentName: string, aggregationInterval: string, options?: ReportsGetLatencyScorecardsOptionalParams) => Promise<LatencyScorecard>
プロパティ値
(resourceGroupName: string, profileName: string, experimentName: string, aggregationInterval: string, options?: ReportsGetLatencyScorecardsOptionalParams) => Promise<LatencyScorecard>
getTimeseries
特定の実験の時系列を取得します
getTimeseries: (resourceGroupName: string, profileName: string, experimentName: string, startDateTimeUTC: Date, endDateTimeUTC: Date, aggregationInterval: string, timeseriesType: string, options?: ReportsGetTimeseriesOptionalParams) => Promise<Timeseries>
プロパティ値
(resourceGroupName: string, profileName: string, experimentName: string, startDateTimeUTC: Date, endDateTimeUTC: Date, aggregationInterval: string, timeseriesType: string, options?: ReportsGetTimeseriesOptionalParams) => Promise<Timeseries>