FirewallPolicyFilterRule Class

Definition

Firewall Policy Filter Rule.

public class FirewallPolicyFilterRule : Microsoft.Azure.Management.Network.Fluent.Models.FirewallPolicyRule
type FirewallPolicyFilterRule = class
    inherit FirewallPolicyRule
Public Class FirewallPolicyFilterRule
Inherits FirewallPolicyRule
Inheritance
FirewallPolicyFilterRule

Constructors

FirewallPolicyFilterRule()

Initializes a new instance of the FirewallPolicyFilterRule class.

FirewallPolicyFilterRule(String, Nullable<Int32>, FirewallPolicyFilterRuleAction, IList<FirewallPolicyRuleCondition>)

Initializes a new instance of the FirewallPolicyFilterRule class.

Properties

Action

Gets or sets the action type of a Filter rule.

Name

Gets or sets the name of the rule.

(Inherited from FirewallPolicyRule)
Priority

Gets or sets priority of the Firewall Policy Rule resource.

(Inherited from FirewallPolicyRule)
RuleConditions

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

Methods

Validate()

Validate the object.

Applies to