LinuxWebAppSiteConfigAutoHealSettingAction

data class LinuxWebAppSiteConfigAutoHealSettingAction(val actionType: String, val minimumProcessExecutionTime: String? = null)

Constructors

constructor(actionType: String, minimumProcessExecutionTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Predefined action to be taken to an Auto Heal trigger. Possible values include: Recycle.

Link copied to clipboard

The minimum amount of time in hh:mm:ss the Linux Web App must have been running before the defined action will be run in the event of a trigger.