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.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.network._serialization.ModelApplicationGatewayConnectionDraining
Constructor
ApplicationGatewayConnectionDraining(*, enabled: bool, drain_timeout_in_sec: int, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
enabled
|
Whether connection draining is enabled or not. Required. |
drain_timeout_in_sec
|
The number of seconds connection draining is active. Acceptable values are from 1 second to 3600 seconds. Required. |
Variables
Name | Description |
---|---|
enabled
|
Whether connection draining is enabled or not. Required. |
drain_timeout_in_sec
|
The number of seconds connection draining is active. Acceptable values are from 1 second to 3600 seconds. Required. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python