LinuxWebAppSiteConfigAutoHealSettingTriggerStatusCode

data class LinuxWebAppSiteConfigAutoHealSettingTriggerStatusCode(val count: Int, val interval: String, val path: String? = null, val statusCodeRange: String, val subStatus: Int? = null, val win32StatusCode: Int? = null)

Constructors

constructor(count: Int, interval: String, path: String? = null, statusCodeRange: String, subStatus: Int? = null, win32StatusCode: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int

The number of occurrences of the defined status_code in the specified interval on which to trigger this rule.

Link copied to clipboard

The time interval in the form hh:mm:ss.

Link copied to clipboard
val path: String? = null

The path to which this rule status code applies.

Link copied to clipboard

The status code for this rule, accepts single status codes and status code ranges. e.g. 500 or 400-499. Possible values are integers between 101 and 599

Link copied to clipboard
val subStatus: Int? = null

The Request Sub Status of the Status Code.

Link copied to clipboard
val win32StatusCode: Int? = null

The Win32 Status Code of the Request.