Uses of Class
com.azure.resourcemanager.frontdoor.models.ManagedRuleSet
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of ManagedRuleSet in com.azure.resourcemanager.frontdoor.models
Modifier and TypeMethodDescriptionManagedRuleSet.withExclusions
(List<ManagedRuleExclusion> exclusions) Set the exclusions property: Describes the exclusions that are applied to all rules in the set.ManagedRuleSet.withRuleGroupOverrides
(List<ManagedRuleGroupOverride> ruleGroupOverrides) Set the ruleGroupOverrides property: Defines the rule group overrides to apply to the rule set.ManagedRuleSet.withRuleSetAction
(ManagedRuleSetActionType ruleSetAction) Set the ruleSetAction property: Defines the action to take when a managed rule set score threshold is met.ManagedRuleSet.withRuleSetType
(String ruleSetType) Set the ruleSetType property: Defines the rule set type to use.ManagedRuleSet.withRuleSetVersion
(String ruleSetVersion) Set the ruleSetVersion property: Defines the version of the rule set to use.Modifier and TypeMethodDescriptionManagedRuleSetList.managedRuleSets()
Get the managedRuleSets property: List of rule sets.Modifier and TypeMethodDescriptionManagedRuleSetList.withManagedRuleSets
(List<ManagedRuleSet> managedRuleSets) Set the managedRuleSets property: List of rule sets.