Share via


FirewallPolicyFilterRule.RuleConditions Property

Definition

Gets or sets collection of rule conditions used by a rule.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to