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>

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 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.