Windows Web App Slot Site Config Auto Heal Setting Trigger
data class WindowsWebAppSlotSiteConfigAutoHealSettingTrigger(val privateMemoryKb: Int? = null, val requests: WindowsWebAppSlotSiteConfigAutoHealSettingTriggerRequests? = null, val slowRequest: WindowsWebAppSlotSiteConfigAutoHealSettingTriggerSlowRequest? = null, val slowRequestWithPaths: List<WindowsWebAppSlotSiteConfigAutoHealSettingTriggerSlowRequestWithPath>? = null, val statusCodes: List<WindowsWebAppSlotSiteConfigAutoHealSettingTriggerStatusCode>? = null)
Constructors
Link copied to clipboard
constructor(privateMemoryKb: Int? = null, requests: WindowsWebAppSlotSiteConfigAutoHealSettingTriggerRequests? = null, slowRequest: WindowsWebAppSlotSiteConfigAutoHealSettingTriggerSlowRequest? = null, slowRequestWithPaths: List<WindowsWebAppSlotSiteConfigAutoHealSettingTriggerSlowRequestWithPath>? = null, statusCodes: List<WindowsWebAppSlotSiteConfigAutoHealSettingTriggerStatusCode>? = null)
Properties
Link copied to clipboard
The amount of Private Memory to be consumed for this rule to trigger. Possible values are between 102400
and 13631488
.
Link copied to clipboard
A requests
block as defined above.
Link copied to clipboard
A slow_request
block as defined above.
Link copied to clipboard
val slowRequestWithPaths: List<WindowsWebAppSlotSiteConfigAutoHealSettingTriggerSlowRequestWithPath>? = null
One or more slow_request_with_path
blocks as defined above.
Link copied to clipboard
One or more status_code
blocks as defined above.