ApplicationGatewayInner.UrlPathMaps Property

Definition

Gets or sets URL path map of the application gateway resource. For default limits, see Application Gateway limits.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.urlPathMaps")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayUrlPathMapInner> UrlPathMaps { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.urlPathMaps")>]
member this.UrlPathMaps : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayUrlPathMapInner> with get, set
Public Property UrlPathMaps As IList(Of ApplicationGatewayUrlPathMapInner)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to