次の方法で共有


ApplicationGatewayBackendHttpSettings.RequestTimeout プロパティ

定義

要求のタイムアウトを秒単位で取得または設定します。 応答が RequestTimeout 内で受信されなかった場合、Application Gatewayは要求を失敗します。 使用できる値は 1 秒から 86400 秒です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象