次の方法で共有


ApplicationGateway.RoutingRules プロパティ

定義

アプリケーション ゲートウェイ リソースのルーティング規則を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象