Uses of Class
com.azure.resourcemanager.frontdoor.models.ManagedRuleExclusionSelectorMatchOperator
Packages that use ManagedRuleExclusionSelectorMatchOperator
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of ManagedRuleExclusionSelectorMatchOperator in com.azure.resourcemanager.frontdoor.models
Fields in com.azure.resourcemanager.frontdoor.models declared as ManagedRuleExclusionSelectorMatchOperatorModifier and TypeFieldDescriptionstatic final ManagedRuleExclusionSelectorMatchOperatorManagedRuleExclusionSelectorMatchOperator.CONTAINSStatic value Contains for ManagedRuleExclusionSelectorMatchOperator.static final ManagedRuleExclusionSelectorMatchOperatorManagedRuleExclusionSelectorMatchOperator.ENDS_WITHStatic value EndsWith for ManagedRuleExclusionSelectorMatchOperator.static final ManagedRuleExclusionSelectorMatchOperatorManagedRuleExclusionSelectorMatchOperator.EQUALSStatic value Equals for ManagedRuleExclusionSelectorMatchOperator.static final ManagedRuleExclusionSelectorMatchOperatorManagedRuleExclusionSelectorMatchOperator.EQUALS_ANYStatic value EqualsAny for ManagedRuleExclusionSelectorMatchOperator.static final ManagedRuleExclusionSelectorMatchOperatorManagedRuleExclusionSelectorMatchOperator.STARTS_WITHStatic value StartsWith for ManagedRuleExclusionSelectorMatchOperator.Methods in com.azure.resourcemanager.frontdoor.models that return ManagedRuleExclusionSelectorMatchOperatorModifier and TypeMethodDescriptionManagedRuleExclusionSelectorMatchOperator.fromString(String name) Creates or finds a ManagedRuleExclusionSelectorMatchOperator from its string representation.ManagedRuleExclusion.selectorMatchOperator()Get 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 ManagedRuleExclusionSelectorMatchOperatorModifier and TypeMethodDescriptionManagedRuleExclusionSelectorMatchOperator.values()Gets known ManagedRuleExclusionSelectorMatchOperator values.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type ManagedRuleExclusionSelectorMatchOperatorModifier and TypeMethodDescriptionManagedRuleExclusion.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.