AutoHealActions Class

Actions which to take by the auto-heal module when a rule is triggered.

Inheritance
AutoHealActions

Constructor

AutoHealActions(*, action_type: Optional[Union[str, azure.mgmt.web.v2019_08_01.models._web_site_management_client_enums.AutoHealActionType]] = None, custom_action: Optional[azure.mgmt.web.v2019_08_01.models._models_py3.AutoHealCustomAction] = None, min_process_execution_time: Optional[str] = None, **kwargs)

Parameters

action_type
str or AutoHealActionType
Required

Predefined action to be taken. Possible values include: "Recycle", "LogEvent", "CustomAction".

custom_action
AutoHealCustomAction
Required

Custom action to be taken.

min_process_execution_time
str
Required

Minimum time the process must execute before taking the action.