GetLinuxWebAppSiteConfigAutoHealSettingTriggerStatusCode

data class GetLinuxWebAppSiteConfigAutoHealSettingTriggerStatusCode(val count: Int, val interval: String, val path: String, val statusCodeRange: String, val subStatus: Int, val win32StatusCode: Int)

Constructors

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

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

The path to which this rule status code applies.

Link copied to clipboard

The status code or range for this rule.

Link copied to clipboard

The Request Sub Status of the Status Code.

Link copied to clipboard

The Win32 Status Code of the Request.