ApplicationGatewayFirewallDisabledRuleGroup.Rules Property

Definition

Gets or sets the list of rules that will be disabled. If null, all rules of the rule group will be disabled.

[Newtonsoft.Json.JsonProperty(PropertyName="rules")]
public System.Collections.Generic.IList<int> Rules { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="rules")>]
member this.Rules : System.Collections.Generic.IList<int> with get, set
Public Property Rules As IList(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to