ApplicationGatewayFirewallDisabledRuleGroup Class

Definition

Allows to disable rules within a rule group or an entire rule group.

public class ApplicationGatewayFirewallDisabledRuleGroup
type ApplicationGatewayFirewallDisabledRuleGroup = class
Public Class ApplicationGatewayFirewallDisabledRuleGroup
Inheritance
ApplicationGatewayFirewallDisabledRuleGroup

Constructors

ApplicationGatewayFirewallDisabledRuleGroup()

Initializes a new instance of the ApplicationGatewayFirewallDisabledRuleGroup class.

ApplicationGatewayFirewallDisabledRuleGroup(String, IList<Int32>)

Initializes a new instance of the ApplicationGatewayFirewallDisabledRuleGroup class.

Properties

RuleGroupName

Gets or sets the name of the rule group that will be disabled.

Rules

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

Methods

Validate()

Validate the object.

Applies to