Share via


MetricsOutput interface

The response to a metrics query.

Properties

nextLink

Link for the next set of timeseries in case of paginated results, if applicable

timeseries

Timeseries data for metric query.

Property Details

Link for the next set of timeseries in case of paginated results, if applicable

nextLink?: string

Property Value

string

timeseries

Timeseries data for metric query.

timeseries?: TimeSeriesElementOutput[]

Property Value