java.lang.Object
com.azure.core.util.ExpandableStringEnum<NextStep>
com.azure.resourcemanager.network.models.NextStep
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class NextStep extends com.azure.core.util.ExpandableStringEnum<NextStep>
Supported next step behaviors after a rule is applied to a matched route.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final NextStep
    Static value Continue for NextStep.
    static final NextStep
    Static value Terminate for NextStep.
    static final NextStep
    Static value Unknown for NextStep.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

    Modifier and Type
    Method
    Description
    static NextStep
    Creates or finds a NextStep from its string representation.
    Gets known NextStep values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, getValue, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • UNKNOWN

      public static final NextStep UNKNOWN
      Static value Unknown for NextStep.
    • CONTINUE

      public static final NextStep CONTINUE
      Static value Continue for NextStep.
    • TERMINATE

      public static final NextStep TERMINATE
      Static value Terminate for NextStep.
  • Constructor Details

  • Method Details

    • fromString

      public static NextStep fromString(String name)
      Creates or finds a NextStep from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding NextStep.
    • values

      public static Collection<NextStep> values()
      Gets known NextStep values.
      Returns:
      known NextStep values.