TimeSeriesElement Class

A time series result type. The discriminator value is always TimeSeries in this case.

Inheritance
TimeSeriesElement

Constructor

TimeSeriesElement(*, metadatavalues: Optional[List[azure.mgmt.monitor.v2017_05_01_preview.models._models_py3.MetadataValue]] = None, data: Optional[List[azure.mgmt.monitor.v2017_05_01_preview.models._models_py3.MetricValue]] = None, **kwargs)

Variables

metadatavalues
list[<xref:$>(<xref:python-base-namespace>)MetadataValue]

the metadata values returned if $filter was specified in the call.

data
list[<xref:$>(<xref:python-base-namespace>)MetricValue]

An array of data points representing the metric values. This is only returned if a result type of data is specified.