ApplicationGateway.RewriteRuleSets Property

Definition

Gets or sets rewrite rules for the application gateway resource.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to