ManagedRuleGroupOverride Class
- java.
lang. Object - com.
microsoft. azure. management. cdn. ManagedRuleGroupOverride
- com.
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 describes the managed rule group within the rule set to override. |
java.util.List<Managed |
rules()
Get list of rules that will be disabled. |
Managed |
withRuleGroupName(String ruleGroupName)
Set describes the managed rule group within the rule set to override. |
Managed |
withRules(List<ManagedRuleOverride> rules)
Set list of rules that will be disabled. |
Methods inherited from java.lang.Object
Constructor Details
ManagedRuleGroupOverride
public ManagedRuleGroupOverride()
Method Details
ruleGroupName
public String ruleGroupName()
Get describes the managed rule group within the rule set to override.
Returns:
rules
public List
Get list of rules that will be disabled. If none specified, all rules in the group will be disabled.
Returns:
withRuleGroupName
public ManagedRuleGroupOverride withRuleGroupName(String ruleGroupName)
Set describes the managed rule group within the rule set to override.
Parameters:
Returns:
withRules
public ManagedRuleGroupOverride withRules(List
Set list of rules that will be disabled. If none specified, all rules in the group will be disabled.
Parameters:
Returns:
Applies to
Azure SDK for Java