Uses of Class
com.azure.resourcemanager.frontdoor.models.MatchProcessingBehavior
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of MatchProcessingBehavior in com.azure.resourcemanager.frontdoor.models
Modifier and TypeFieldDescriptionstatic final MatchProcessingBehavior
MatchProcessingBehavior.CONTINUE
Static value Continue for MatchProcessingBehavior.static final MatchProcessingBehavior
MatchProcessingBehavior.STOP
Static value Stop for MatchProcessingBehavior.Modifier and TypeMethodDescriptionstatic MatchProcessingBehavior
MatchProcessingBehavior.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.Modifier and TypeMethodDescriptionstatic Collection<MatchProcessingBehavior>
MatchProcessingBehavior.values()
Gets known MatchProcessingBehavior values.Modifier 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.