BaselineResponse Class
The response to a baseline query.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
BaselineResponse
Constructor
BaselineResponse(*, timespan: Optional[str] = None, interval: Optional[datetime.timedelta] = None, aggregation: Optional[str] = None, timestamps: Optional[List[datetime.datetime]] = None, baseline: Optional[List[azure.mgmt.monitor.v2017_11_01_preview.models._models_py3.Baseline]] = None, metadata: Optional[List[azure.mgmt.monitor.v2017_11_01_preview.models._models_py3.BaselineMetadataValue]] = None, **kwargs)
Variables
- id
- str
the metric baseline Id.
- type
- str
the resource type of the baseline resource.
- name
- <xref:$>(<xref:python-base-namespace>)LocalizableString
the name and the display name of the metric, i.e. it is localizable string.
- timespan
- str
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
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.
- aggregation
- str
The aggregation type of the metric.
the baseline values for each sensitivity.
- metadata
- list[<xref:$>(<xref:python-base-namespace>)BaselineMetadataValue]
the baseline metadata values.
Feedback
Submit and view feedback for