Class NextStep
java.lang.Object
com.azure.core.util.ExpandableStringEnum<NextStep>
com.azure.resourcemanager.network.models.NextStep
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Supported next step behaviors after a rule is applied to a matched route.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NextStepfromString(String name) Creates or finds a NextStep from its string representation.static Collection<NextStep> values()Gets known NextStep values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
UNKNOWN
Static value Unknown for NextStep. -
CONTINUE
Static value Continue for NextStep. -
TERMINATE
Static value Terminate for NextStep.
-
-
Constructor Details
-
NextStep
Deprecated.Use thefromString(String)factory method.Creates a new instance of NextStep value.
-
-
Method Details
-
fromString
Creates or finds a NextStep from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding NextStep.
-
values
Gets known NextStep values.- Returns:
- known NextStep values.
-
fromString(String)factory method.