Windows Web App Slot Site Config Auto Heal Setting Action
data class WindowsWebAppSlotSiteConfigAutoHealSettingAction(val actionType: String, val customAction: WindowsWebAppSlotSiteConfigAutoHealSettingActionCustomAction? = null, val minimumProcessExecutionTime: String? = null)
Constructors
Link copied to clipboard
constructor(actionType: String, customAction: WindowsWebAppSlotSiteConfigAutoHealSettingActionCustomAction? = null, minimumProcessExecutionTime: String? = null)
Properties
Link copied to clipboard
Predefined action to be taken to an Auto Heal trigger. Possible values are CustomAction
, LogEvent
and Recycle
.
Link copied to clipboard
A custom_action
block as defined below.
Link copied to clipboard
The minimum amount of time in hh:mm:ss
the Windows Web App Slot must have been running before the defined action will be run in the event of a trigger.