LinuxWebAppSiteConfigAutoHealSettingTriggerSlowRequest

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int

The number of Slow Requests in the time interval to trigger this rule.

Link copied to clipboard

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

Link copied to clipboard

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