Uses of Class
com.azure.resourcemanager.frontdoor.models.ManagedRuleExclusion
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of ManagedRuleExclusion in com.azure.resourcemanager.frontdoor.models
Modifier 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.Modifier 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.Modifier 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.