次の方法で共有


ApplicationGatewayUrlConfiguration.ModifiedPath プロパティ

定義

URL の書き換えにユーザーが指定した URL パスを取得または設定します。 Null は、パスが更新されていないことを意味します。 既定値は null です。

[Newtonsoft.Json.JsonProperty(PropertyName="modifiedPath")]
public string ModifiedPath { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="modifiedPath")>]
member this.ModifiedPath : string with get, set
Public Property ModifiedPath As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象