次の方法で共有


ApplicationGatewayUrlConfiguration.Reroute プロパティ

定義

true に設定されている場合は、変更されたパスを使用してパス ベースの要求ルーティング規則で指定された URL パス マップを再評価します。 既定値は false です。

[Newtonsoft.Json.JsonProperty(PropertyName="reroute")]
public bool? Reroute { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="reroute")>]
member this.Reroute : Nullable<bool> with get, set
Public Property Reroute As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象