Share via


ApplicationGatewayConnectionDraining.DrainTimeoutInSec Property

Definition

Gets or sets the number of seconds connection draining is active. Acceptable values are from 1 second to 3600 seconds.

[Newtonsoft.Json.JsonProperty(PropertyName="drainTimeoutInSec")]
public int DrainTimeoutInSec { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="drainTimeoutInSec")>]
member this.DrainTimeoutInSec : int with get, set
Public Property DrainTimeoutInSec As Integer

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to