AutoHealRules Class

Rules that can be defined for auto-heal.

Inheritance
AutoHealRules

Constructor

AutoHealRules(*, triggers: Optional[azure.mgmt.web.v2018_02_01.models._models_py3.AutoHealTriggers] = None, actions: Optional[azure.mgmt.web.v2018_02_01.models._models_py3.AutoHealActions] = None, **kwargs)

Parameters

triggers
AutoHealTriggers
Required

Conditions that describe when to execute the auto-heal actions.

actions
AutoHealActions
Required

Actions to be executed when a rule is triggered.