次の方法で共有


ApplicationGateway.UrlPathMaps プロパティ

定義

アプリケーション ゲートウェイ リソースの URL パス マップを取得または設定します。 既定の制限については、「Application Gatewayの制限」を参照してください。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象