CalculateBaselineResponse Class

The response to a calculate baseline call.

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

Inheritance
CalculateBaselineResponse

Constructor

CalculateBaselineResponse(*, type: str, baseline: List[azure.mgmt.monitor.v2017_11_01_preview.models._models_py3.Baseline], timestamps: Optional[List[datetime.datetime]] = None, **kwargs)

Variables

type
str

Required. the resource type of the baseline resource.

timestamps
list[datetime]

the array of timestamps of the baselines.

baseline
list[<xref:$>(<xref:python-base-namespace>)Baseline]

Required. the baseline values for each sensitivity.