ApplicationGatewayFirewallDisabledRuleGroup Class
- java.
lang. Object - com.
microsoft. azure. management. network. ApplicationGatewayFirewallDisabledRuleGroup
- com.
public class ApplicationGatewayFirewallDisabledRuleGroup
Allows to disable rules within a rule group or an entire rule group.
Constructor Summary
Constructor | Description | |
---|---|---|
ApplicationGatewayFirewallDisabledRuleGroup() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ruleGroupName()
Get the name of the rule group that will be disabled. |
java.util.List<java.lang.Integer> |
rules()
Get the list of rules that will be disabled. |
Application |
withRuleGroupName(String ruleGroupName)
Set the name of the rule group that will be disabled. |
Application |
withRules(List<Integer> rules)
Set the list of rules that will be disabled. |
Methods inherited from java.lang.Object
Constructor Details
ApplicationGatewayFirewallDisabledRuleGroup
public ApplicationGatewayFirewallDisabledRuleGroup()
Method Details
ruleGroupName
public String ruleGroupName()
Get the name of the rule group that will be disabled.
Returns:
rules
public List
Get the list of rules that will be disabled. If null, all rules of the rule group will be disabled.
Returns:
withRuleGroupName
public ApplicationGatewayFirewallDisabledRuleGroup withRuleGroupName(String ruleGroupName)
Set the name of the rule group that will be disabled.
Parameters:
Returns:
withRules
public ApplicationGatewayFirewallDisabledRuleGroup withRules(List
Set the list of rules that will be disabled. If null, all rules of the rule group will be disabled.
Parameters:
Returns:
Applies to
Azure SDK for Java