Uses of Class
com.azure.resourcemanager.frontdoor.models.ManagedRuleGroupOverride
Packages that use ManagedRuleGroupOverride
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of ManagedRuleGroupOverride in com.azure.resourcemanager.frontdoor.models
Methods in com.azure.resourcemanager.frontdoor.models that return ManagedRuleGroupOverrideModifier 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.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type ManagedRuleGroupOverrideModifier and TypeMethodDescriptionManagedRuleSet.ruleGroupOverrides()Get the ruleGroupOverrides property: Defines the rule group overrides to apply to the rule set.Method parameters in com.azure.resourcemanager.frontdoor.models with type arguments of type ManagedRuleGroupOverrideModifier and TypeMethodDescriptionManagedRuleSet.withRuleGroupOverrides(List<ManagedRuleGroupOverride> ruleGroupOverrides) Set the ruleGroupOverrides property: Defines the rule group overrides to apply to the rule set.