Class MatchProcessingBehavior
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MatchProcessingBehavior>
com.azure.resourcemanager.frontdoor.models.MatchProcessingBehavior
public final class MatchProcessingBehavior
extends com.azure.core.util.ExpandableStringEnum<MatchProcessingBehavior>
If this rule is a match should the rules engine continue running the remaining rules or stop. If not present,
defaults to Continue.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final MatchProcessingBehavior
Static value Continue for MatchProcessingBehavior.static final MatchProcessingBehavior
Static value Stop for MatchProcessingBehavior. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatchProcessingBehavior
fromString
(String name) Creates or finds a MatchProcessingBehavior from its string representation.static Collection<MatchProcessingBehavior>
values()
Gets known MatchProcessingBehavior values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
CONTINUE
Static value Continue for MatchProcessingBehavior. -
STOP
Static value Stop for MatchProcessingBehavior.
-
-
Constructor Details
-
MatchProcessingBehavior
Deprecated.Use thefromString(String)
factory method.Creates a new instance of MatchProcessingBehavior value.
-
-
Method Details
-
fromString
Creates or finds a MatchProcessingBehavior from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding MatchProcessingBehavior.
-
values
Gets known MatchProcessingBehavior values.- Returns:
- known MatchProcessingBehavior values.
-
fromString(String)
factory method.