ApplicationGatewayFirewallDisabledRuleGroup Class

  • java.lang.Object
    • com.microsoft.azure.management.network.ApplicationGatewayFirewallDisabledRuleGroup

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.

ApplicationGatewayFirewallDisabledRuleGroup withRuleGroupName(String ruleGroupName)

Set the name of the rule group that will be disabled.

ApplicationGatewayFirewallDisabledRuleGroup withRules(List<Integer> rules)

Set the list of rules that will be disabled.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ApplicationGatewayFirewallDisabledRuleGroup

public ApplicationGatewayFirewallDisabledRuleGroup()

Method Details

ruleGroupName

public String ruleGroupName()

Get the name of the rule group that will be disabled.

Returns:

the ruleGroupName value

rules

public List rules()

Get the list of rules that will be disabled. If null, all rules of the rule group will be disabled.

Returns:

the rules value

withRuleGroupName

public ApplicationGatewayFirewallDisabledRuleGroup withRuleGroupName(String ruleGroupName)

Set the name of the rule group that will be disabled.

Parameters:

ruleGroupName - the ruleGroupName value to set

Returns:

the ApplicationGatewayFirewallDisabledRuleGroup object itself.

withRules

public ApplicationGatewayFirewallDisabledRuleGroup withRules(List rules)

Set the list of rules that will be disabled. If null, all rules of the rule group will be disabled.

Parameters:

rules - the rules value to set

Returns:

the ApplicationGatewayFirewallDisabledRuleGroup object itself.

Applies to