Udostępnij za pośrednictwem


BackendAddressPool.DrainPeriodInSeconds Property

Definition

Gets or sets amount of seconds Load Balancer waits for before sending RESET to client and backend address.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.drainPeriodInSeconds")]
public int? DrainPeriodInSeconds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.drainPeriodInSeconds")>]
member this.DrainPeriodInSeconds : Nullable<int> with get, set
Public Property DrainPeriodInSeconds As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to