ManagementEventAggregationCondition Class

How the data that is collected should be combined over time.

Inheritance
ManagementEventAggregationCondition

Constructor

ManagementEventAggregationCondition(*, operator: Optional[Union[str, azure.mgmt.monitor.v2015_04_01.models._monitor_management_client_enums.ConditionOperator]] = None, threshold: Optional[float] = None, window_size: Optional[datetime.timedelta] = None, **kwargs)

Variables

operator
str or <xref:$>(<xref:python-base-namespace>)ConditionOperator

the condition operator. Possible values include: "GreaterThan", "GreaterThanOrEqual", "LessThan", "LessThanOrEqual".

threshold
float

The threshold value that activates the alert.

window_size
timedelta

the period of time (in ISO 8601 duration format) that is used to monitor alert activity based on the threshold. If specified then it must be between 5 minutes and 1 day.