Uses of Class
com.azure.resourcemanager.frontdoor.models.ManagedRuleExclusion
Packages that use ManagedRuleExclusion
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of ManagedRuleExclusion in com.azure.resourcemanager.frontdoor.models
Methods in com.azure.resourcemanager.frontdoor.models that return ManagedRuleExclusionModifier and TypeMethodDescriptionManagedRuleExclusion.withMatchVariable(ManagedRuleExclusionMatchVariable matchVariable) Set the matchVariable property: The variable type to be excluded.ManagedRuleExclusion.withSelector(String selector) Set the selector property: Selector value for which elements in the collection this exclusion applies to.ManagedRuleExclusion.withSelectorMatchOperator(ManagedRuleExclusionSelectorMatchOperator selectorMatchOperator) Set the selectorMatchOperator property: Comparison operator to apply to the selector when specifying which elements in the collection this exclusion applies to.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type ManagedRuleExclusionModifier and TypeMethodDescriptionManagedRuleGroupOverride.exclusions()Get the exclusions property: Describes the exclusions that are applied to all rules in the group.ManagedRuleOverride.exclusions()Get the exclusions property: Describes the exclusions that are applied to this specific rule.ManagedRuleSet.exclusions()Get the exclusions property: Describes the exclusions that are applied to all rules in the set.Method parameters in com.azure.resourcemanager.frontdoor.models with type arguments of type ManagedRuleExclusionModifier and TypeMethodDescriptionManagedRuleGroupOverride.withExclusions(List<ManagedRuleExclusion> exclusions) Set the exclusions property: Describes the exclusions that are applied to all rules in the group.ManagedRuleOverride.withExclusions(List<ManagedRuleExclusion> exclusions) Set the exclusions property: Describes the exclusions that are applied to this specific rule.ManagedRuleSet.withExclusions(List<ManagedRuleExclusion> exclusions) Set the exclusions property: Describes the exclusions that are applied to all rules in the set.