Class MatchProcessingBehavior
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<MatchProcessingBehavior>
com.microsoft.azure.management.cdn.MatchProcessingBehavior
public final class MatchProcessingBehavior
extends com.microsoft.rest.ExpandableStringEnum<MatchProcessingBehavior>
Defines values for MatchProcessingBehavior.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MatchProcessingBehavior
Static value Continue for MatchProcessingBehavior.static final MatchProcessingBehavior
Static value Stop for MatchProcessingBehavior. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MatchProcessingBehavior
fromString
(String name) Creates or finds a MatchProcessingBehavior from its string representation.static Collection<MatchProcessingBehavior>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
CONTINUE
Static value Continue for MatchProcessingBehavior. -
STOP
Static value Stop for MatchProcessingBehavior.
-
-
Constructor Details
-
MatchProcessingBehavior
public MatchProcessingBehavior()
-
-
Method Details
-
fromString
Creates or finds a MatchProcessingBehavior from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding MatchProcessingBehavior
-
values
- Returns:
- known MatchProcessingBehavior values
-