SingleMetricBaseline Class

The baseline results of a single metric.

All required parameters must be populated in order to send to Azure.

Inheritance
SingleMetricBaseline

Constructor

SingleMetricBaseline(*, id: str, type: str, name: str, timespan: str, interval: datetime.timedelta, baselines: List[azure.mgmt.monitor.v2019_03_01.models._models_py3.TimeSeriesBaseline], namespace: Optional[str] = None, **kwargs)

Variables

id
str

Required. The metric baseline Id.

type
str

Required. The resource type of the metric baseline resource.

name
str

Required. The name of the metric for which the baselines were retrieved.

timespan
str

Required. The timespan for which the data was retrieved. Its value consists of two datetimes concatenated, separated by '/'. This may be adjusted in the future and returned back from what was originally requested.

interval
timedelta

Required. The interval (window size) for which the metric data was returned in. This may be adjusted in the future and returned back from what was originally requested. This is not present if a metadata request was made.

namespace
str

The namespace of the metrics been queried.

baselines
list[<xref:$>(<xref:python-base-namespace>)TimeSeriesBaseline]

Required. The baseline for each time series that was queried.