ApplicationGatewayFirewallDisabledRuleGroup Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET