次の方法で共有


ApplicationGatewayRewriteRuleSet.RewriteRules プロパティ

定義

書き換え規則セット内の書き換え規則を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象