Uses of Class
com.azure.resourcemanager.frontdoor.models.ManagedRuleGroupOverride
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of ManagedRuleGroupOverride in com.azure.resourcemanager.frontdoor.models
Modifier and TypeMethodDescriptionManagedRuleGroupOverride.withExclusions
(List<ManagedRuleExclusion> exclusions) Set the exclusions property: Describes the exclusions that are applied to all rules in the group.ManagedRuleGroupOverride.withRuleGroupName
(String ruleGroupName) Set the ruleGroupName property: Describes the managed rule group to override.ManagedRuleGroupOverride.withRules
(List<ManagedRuleOverride> rules) Set the rules property: List of rules that will be disabled.Modifier and TypeMethodDescriptionManagedRuleSet.ruleGroupOverrides()
Get the ruleGroupOverrides property: Defines the rule group overrides to apply to the rule set.Modifier and TypeMethodDescriptionManagedRuleSet.withRuleGroupOverrides
(List<ManagedRuleGroupOverride> ruleGroupOverrides) Set the ruleGroupOverrides property: Defines the rule group overrides to apply to the rule set.