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.

Method Summary

Modifier and Type Method and Description
String ruleGroupName()

Get the ruleGroupName value.

List<Integer> rules()

Get the rules value.

ApplicationGatewayFirewallDisabledRuleGroup withRuleGroupName(String ruleGroupName)

Set the ruleGroupName value.

ApplicationGatewayFirewallDisabledRuleGroup withRules(List<Integer> rules)

Set the rules value.

Method Details

ruleGroupName

public String ruleGroupName()

Get the ruleGroupName value.

Returns:

the ruleGroupName value

rules

public List rules()

Get the rules value.

Returns:

the rules 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 rules)

Set the rules value.

Parameters:

rules - the rules value to set

Returns:

the ApplicationGatewayFirewallDisabledRuleGroup object itself.

Applies to