Aracılığıyla paylaş


ApplicationGatewayUrlConfiguration.ModifiedPath Property

Definition

Gets or sets url path which user has provided for url rewrite. Null means no path will be updated. Default value is 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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to