Class ApplicationGatewayBackendHttpSettingConnectionDraining
Inheritance
System.Object
ApplicationGatewayBackendHttpSettingConnectionDraining
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Network.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayBackendHttpSettingConnectionDraining
Fields
View SourceDrainTimeoutSec
The number of seconds connection draining is active. Acceptable values are from 1 second to 3600 seconds.
Declaration
public readonly int DrainTimeoutSec
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Enabled
If connection draining is enabled or not.
Declaration
public readonly bool Enabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |