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.v2016_03_01.models._web_site_management_client_enums.AutoHealActionType]] = None, custom_action: Optional[azure.mgmt.web.v2016_03_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".
- min_process_execution_time
- str
Required
Minimum time the process must execute before taking the action.
Feedback
Submit and view feedback for