Reports interface
表示報表的介面。
方法
方法詳細資料
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
延遲計分卡的匯總間隔
選項參數。
傳回
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
UTC 中 Timeseries 的開始日期時間
- endDateTimeUTC
-
Date
UTC 中時間器的結束日期時間
- aggregationInterval
-
string
Timeseries 的匯總間隔
- timeseriesType
-
string
Timeseries 的類型
選項參數。
傳回
Promise<Timeseries>