NextStep Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. NextStep
- com.
- com.
public final class NextStep
extends ExpandableStringEnum<NextStep>
Supported next step behaviors after a rule is applied to a matched route.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Next |
CONTINUE
Static value Continue for Next |
static final
Next |
TERMINATE
Static value Terminate for Next |
static final
Next |
UNKNOWN
Static value Unknown for Next |
Constructor Summary
Constructor | Description |
---|---|
NextStep() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Next |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Next |
fromString(String name)
Creates or finds a Next |
static
Collection<Next |
values()
Gets known Next |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CONTINUE
public static final NextStep CONTINUE
Static value Continue for NextStep.
TERMINATE
public static final NextStep TERMINATE
Static value Terminate for NextStep.
UNKNOWN
public static final NextStep UNKNOWN
Static value Unknown for NextStep.
Constructor Details
NextStep
@Deprecated
public NextStep()
Deprecated
Creates a new instance of NextStep value.
Method Details
fromString
public static NextStep fromString(String name)
Creates or finds a NextStep from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known NextStep values.
Returns:
Applies to
Azure SDK for Java