Uses of Class
com.azure.resourcemanager.frontdoor.models.ManagedRuleSet
Packages that use ManagedRuleSet
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of ManagedRuleSet in com.azure.resourcemanager.frontdoor.models
Methods in com.azure.resourcemanager.frontdoor.models that return ManagedRuleSetModifier 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 rule set action.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.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type ManagedRuleSetModifier and TypeMethodDescriptionManagedRuleSetList.managedRuleSets()Get the managedRuleSets property: List of rule sets.Method parameters in com.azure.resourcemanager.frontdoor.models with type arguments of type ManagedRuleSetModifier and TypeMethodDescriptionManagedRuleSetList.withManagedRuleSets(List<ManagedRuleSet> managedRuleSets) Set the managedRuleSets property: List of rule sets.