Class ApplicationGatewayBackendHttpSettingConnectionDrainingArgs
Inheritance
System.Object
ApplicationGatewayBackendHttpSettingConnectionDrainingArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayBackendHttpSettingConnectionDrainingArgs : ResourceArgs
Constructors
View SourceApplicationGatewayBackendHttpSettingConnectionDrainingArgs()
Declaration
public ApplicationGatewayBackendHttpSettingConnectionDrainingArgs()
Properties
View SourceDrainTimeoutSec
The number of seconds connection draining is active. Acceptable values are from 1 second to 3600 seconds.
Declaration
public Input<int> DrainTimeoutSec { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Enabled
If connection draining is enabled or not.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |