LinuxWebAppSiteConfigAutoHealSettingTriggerSlowRequestWithPathArgs

data class LinuxWebAppSiteConfigAutoHealSettingTriggerSlowRequestWithPathArgs(val count: Output<Int>, val interval: Output<String>, val path: Output<String>? = null, val timeTaken: Output<String>) : ConvertibleToJava<LinuxWebAppSiteConfigAutoHealSettingTriggerSlowRequestWithPathArgs>

Constructors

constructor(count: Output<Int>, interval: Output<String>, path: Output<String>? = null, timeTaken: Output<String>)

Properties

Link copied to clipboard
val count: Output<Int>

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

Link copied to clipboard
val interval: Output<String>

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

Link copied to clipboard
val path: Output<String>? = null

The path for which this slow request rule applies.

Link copied to clipboard
val timeTaken: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): LinuxWebAppSiteConfigAutoHealSettingTriggerSlowRequestWithPathArgs