Share via


ApplicationGatewayBackendSettings.TimeoutInSeconds Property

Definition

Connection timeout in seconds. Application Gateway will fail the request if response is not received within ConnectionTimeout. Acceptable values are from 1 second to 86400 seconds.

public Azure.Provisioning.BicepValue<int> TimeoutInSeconds { get; set; }
member this.TimeoutInSeconds : Azure.Provisioning.BicepValue<int> with get, set
Public Property TimeoutInSeconds As BicepValue(Of Integer)

Property Value

Applies to