ApplicationGatewayConnectionDrainingResponse

data class ApplicationGatewayConnectionDrainingResponse(val drainTimeoutInSec: Int, val enabled: Boolean)

Connection draining allows open connections to a backend server to be active for a specified time after the backend server got removed from the configuration.

Constructors

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

Whether connection draining is enabled or not.