ReportsOperations interface

Interface representing a Reports operations.

Properties

getLatencyScorecards

Gets a Latency Scorecard for a given Experiment

getTimeseries

Gets a Timeseries for a given Experiment

Property Details

getLatencyScorecards

Gets a Latency Scorecard for a given Experiment

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

Property Value

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

getTimeseries

Gets a Timeseries for a given Experiment

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

Property Value

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