ApplicationGatewayConnectionDraining Class

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.

Constructor

ApplicationGatewayConnectionDraining(*args: Any, **kwargs: Any)

Variables

Name Description
enabled

Whether connection draining is enabled or not. Required.

drain_timeout_in_sec
int

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

Attributes

drain_timeout_in_sec

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

drain_timeout_in_sec: int

enabled

Whether connection draining is enabled or not. Required.

enabled: bool