Class ApplicationGatewayFirewallDisabledRuleGroup
- java.lang.Object
-
- com.microsoft.azure.management.network.ApplicationGatewayFirewallDisabledRuleGroup
-
public class ApplicationGatewayFirewallDisabledRuleGroup extends Object
Allows to disable rules within a rule group or an entire rule group.
-
-
Constructor Summary
Constructors Constructor Description ApplicationGatewayFirewallDisabledRuleGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringruleGroupName()Get the ruleGroupName value.List<Integer>rules()Get the rules value.ApplicationGatewayFirewallDisabledRuleGroupwithRuleGroupName(String ruleGroupName)Set the ruleGroupName value.ApplicationGatewayFirewallDisabledRuleGroupwithRules(List<Integer> rules)Set the rules value.
-
-
-
Method Detail
-
ruleGroupName
public String ruleGroupName()
Get the ruleGroupName value.- Returns:
- the ruleGroupName value
-
withRuleGroupName
public ApplicationGatewayFirewallDisabledRuleGroup withRuleGroupName(String ruleGroupName)
Set the ruleGroupName value.- Parameters:
ruleGroupName- the ruleGroupName value to set- Returns:
- the ApplicationGatewayFirewallDisabledRuleGroup object itself.
-
withRules
public ApplicationGatewayFirewallDisabledRuleGroup withRules(List<Integer> rules)
Set the rules value.- Parameters:
rules- the rules value to set- Returns:
- the ApplicationGatewayFirewallDisabledRuleGroup object itself.
-
-