FirewallPolicyRuleCollection interface
Properties of the rule collection.
Properties
name | The name of the rule collection. |
priority | Priority of the Firewall Policy Rule Collection resource. |
rule |
Polymorphic discriminator, which specifies the different types this object can be |
Property Details
name
The name of the rule collection.
name?: string
Property Value
string
priority
Priority of the Firewall Policy Rule Collection resource.
priority?: number
Property Value
number
ruleCollectionType
Polymorphic discriminator, which specifies the different types this object can be
ruleCollectionType: "FirewallPolicyFilterRuleCollection" | "FirewallPolicyNatRuleCollection"
Property Value
"FirewallPolicyFilterRuleCollection" | "FirewallPolicyNatRuleCollection"