Uses of Class
com.azure.resourcemanager.frontdoor.models.ManagedRuleOverride
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of ManagedRuleOverride in com.azure.resourcemanager.frontdoor.models
Modifier and TypeMethodDescriptionManagedRuleOverride.withAction
(ActionType action) Set the action property: Describes the override action to be applied when rule matches.ManagedRuleOverride.withEnabledState
(ManagedRuleEnabledState enabledState) Set the enabledState property: Describes if the managed rule is in enabled or disabled state.ManagedRuleOverride.withExclusions
(List<ManagedRuleExclusion> exclusions) Set the exclusions property: Describes the exclusions that are applied to this specific rule.ManagedRuleOverride.withRuleId
(String ruleId) Set the ruleId property: Identifier for the managed rule.Modifier and TypeMethodDescriptionManagedRuleGroupOverride.rules()
Get the rules property: List of rules that will be disabled.Modifier and TypeMethodDescriptionManagedRuleGroupOverride.withRules
(List<ManagedRuleOverride> rules) Set the rules property: List of rules that will be disabled.