SingleBaseline Class

The baseline values for a single sensitivity value.

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

Inheritance
SingleBaseline

Constructor

SingleBaseline(*, sensitivity: Union[str, azure.mgmt.monitor.v2019_03_01.models._monitor_management_client_enums.BaselineSensitivity], low_thresholds: List[float], high_thresholds: List[float], **kwargs)

Variables

sensitivity
str or <xref:$>(<xref:python-base-namespace>)BaselineSensitivity

Required. the sensitivity of the baseline. Possible values include: "Low", "Medium", "High".

low_thresholds
list[float]

Required. The low thresholds of the baseline.

high_thresholds
list[float]

Required. The high thresholds of the baseline.