Class ManagedRuleGroupOverride
java.lang.Object
com.microsoft.azure.management.cdn.ManagedRuleGroupOverride
Defines a managed rule group override setting.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet describes the managed rule group within the rule set to override.rules()
Get list of rules that will be disabled.withRuleGroupName
(String ruleGroupName) Set describes the managed rule group within the rule set to override.withRules
(List<ManagedRuleOverride> rules) Set list of rules that will be disabled.
-
Constructor Details
-
ManagedRuleGroupOverride
public ManagedRuleGroupOverride()
-
-
Method Details
-
ruleGroupName
Get describes the managed rule group within the rule set to override.- Returns:
- the ruleGroupName value
-
withRuleGroupName
Set describes the managed rule group within the rule set to override.- Parameters:
ruleGroupName
- the ruleGroupName value to set- Returns:
- the ManagedRuleGroupOverride object itself.
-
rules
Get list of rules that will be disabled. If none specified, all rules in the group will be disabled.- Returns:
- the rules value
-
withRules
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.
-