ManagedRuleGroupOverride Class

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

public class ManagedRuleGroupOverride

Defines a managed rule group override setting.

Constructor Summary

Constructor Description
ManagedRuleGroupOverride()

Method Summary

Modifier and Type Method and Description
java.lang.String ruleGroupName()

Get the managed rule group to override.

java.util.List<ManagedRuleOverride> rules()

Get list of rules that will be disabled.

ManagedRuleGroupOverride withRuleGroupName(String ruleGroupName)

Set the managed rule group to override.

ManagedRuleGroupOverride withRules(List<ManagedRuleOverride> rules)

Set 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

ManagedRuleGroupOverride

public ManagedRuleGroupOverride()

Method Details

ruleGroupName

public String ruleGroupName()

Get the managed rule group to override.

Returns:

the ruleGroupName value

rules

public List rules()

Get list of rules that will be disabled. If none specified, all rules in the group will be disabled.

Returns:

the rules value

withRuleGroupName

public ManagedRuleGroupOverride withRuleGroupName(String ruleGroupName)

Set the managed rule group to override.

Parameters:

ruleGroupName - the ruleGroupName value to set

Returns:

the ManagedRuleGroupOverride object itself.

withRules

public ManagedRuleGroupOverride withRules(List rules)

Set list of rules that will be disabled. If none specified, all rules in the group will be disabled.

Parameters:

rules - the rules value to set

Returns:

the ManagedRuleGroupOverride object itself.

Applies to