Uses of Class
com.azure.resourcemanager.frontdoor.models.MatchProcessingBehavior
Packages that use MatchProcessingBehavior
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of MatchProcessingBehavior in com.azure.resourcemanager.frontdoor.models
Fields in com.azure.resourcemanager.frontdoor.models declared as MatchProcessingBehaviorModifier and TypeFieldDescriptionstatic final MatchProcessingBehaviorMatchProcessingBehavior.CONTINUEStatic value Continue for MatchProcessingBehavior.static final MatchProcessingBehaviorMatchProcessingBehavior.STOPStatic value Stop for MatchProcessingBehavior.Methods in com.azure.resourcemanager.frontdoor.models that return MatchProcessingBehaviorModifier and TypeMethodDescriptionstatic MatchProcessingBehaviorMatchProcessingBehavior.fromString(String name) Creates or finds a MatchProcessingBehavior from its string representation.RulesEngineRule.matchProcessingBehavior()Get the matchProcessingBehavior property: If this rule is a match should the rules engine continue running the remaining rules or stop.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type MatchProcessingBehaviorModifier and TypeMethodDescriptionstatic Collection<MatchProcessingBehavior>MatchProcessingBehavior.values()Gets known MatchProcessingBehavior values.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type MatchProcessingBehaviorModifier and TypeMethodDescriptionRulesEngineRule.withMatchProcessingBehavior(MatchProcessingBehavior matchProcessingBehavior) Set the matchProcessingBehavior property: If this rule is a match should the rules engine continue running the remaining rules or stop.