public final class ManagedRuleGroupOverride extends Object
| Constructor and Description |
|---|
ManagedRuleGroupOverride() |
| Modifier and Type | Method and Description |
|---|---|
String |
ruleGroupName()
Get the ruleGroupName property: Describes the managed rule group within the rule set to override.
|
List<ManagedRuleOverride> |
rules()
Get the rules property: List of rules that will be disabled.
|
void |
validate()
Validates the instance.
|
ManagedRuleGroupOverride |
withRuleGroupName(String ruleGroupName)
Set the ruleGroupName property: Describes the managed rule group within the rule set to override.
|
ManagedRuleGroupOverride |
withRules(List<ManagedRuleOverride> rules)
Set the rules property: List of rules that will be disabled.
|
public String ruleGroupName()
public ManagedRuleGroupOverride withRuleGroupName(String ruleGroupName)
ruleGroupName - the ruleGroupName value to set.public List<ManagedRuleOverride> rules()
public ManagedRuleGroupOverride withRules(List<ManagedRuleOverride> rules)
rules - the rules value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.