GetLinuxWebAppSiteConfigAutoHealSettingTriggerSlowRequestWithPath

data class GetLinuxWebAppSiteConfigAutoHealSettingTriggerSlowRequestWithPath(val count: Int, val interval: String, val path: String, val timeTaken: String)

Constructors

constructor(count: Int, interval: String, path: String, timeTaken: String)

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

(Required) The threshold of time passed to qualify as a Slow Request in hh:mm:ss.