Windows Web App Site Config Auto Heal Setting Action Args
data class WindowsWebAppSiteConfigAutoHealSettingActionArgs(val actionType: Output<String>, val customAction: Output<WindowsWebAppSiteConfigAutoHealSettingActionCustomActionArgs>? = null, val minimumProcessExecutionTime: Output<String>? = null) : ConvertibleToJava<WindowsWebAppSiteConfigAutoHealSettingActionArgs>
Constructors
Link copied to clipboard
constructor(actionType: Output<String>, customAction: Output<WindowsWebAppSiteConfigAutoHealSettingActionCustomActionArgs>? = null, minimumProcessExecutionTime: Output<String>? = null)
Properties
Link copied to clipboard
Predefined action to be taken to an Auto Heal trigger. Possible values include: Recycle
, LogEvent
, and CustomAction
.
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 must have been running before the defined action will be run in the event of a trigger.