次の方法で共有


ApplicationGatewayUrlPathMap.PathRules プロパティ

定義

URL パス マップ リソースのパス規則を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象