ApplicationGatewayConnectionDraining Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public class ApplicationGatewayConnectionDraining
type ApplicationGatewayConnectionDraining = class
Public Class ApplicationGatewayConnectionDraining
- Inheritance
-
ApplicationGatewayConnectionDraining
Constructors
ApplicationGatewayConnectionDraining() |
Initializes a new instance of the ApplicationGatewayConnectionDraining class. |
ApplicationGatewayConnectionDraining(Boolean, Int32) |
Initializes a new instance of the ApplicationGatewayConnectionDraining class. |
Properties
DrainTimeoutInSec |
Gets or sets the number of seconds connection draining is active. Acceptable values are from 1 second to 3600 seconds. |
Enabled |
Gets or sets whether connection draining is enabled or not. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET