ApplicationGatewayBackendHttpSettingConnectionDraining

data class ApplicationGatewayBackendHttpSettingConnectionDraining(val drainTimeoutSec: Int, val enabled: Boolean)

Constructors

constructor(drainTimeoutSec: Int, enabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of seconds connection draining is active. Acceptable values are from 1 second to 3600 seconds.

Link copied to clipboard

If connection draining is enabled or not.