Class OperationalState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<OperationalState>
com.azure.resourcemanager.hybridnetwork.models.OperationalState

public final class OperationalState extends com.azure.core.util.ExpandableStringEnum<OperationalState>
The operational state of the role instance.
  • Field Details

    • UNKNOWN

      public static final OperationalState UNKNOWN
      Static value Unknown for OperationalState.
    • STOPPED

      public static final OperationalState STOPPED
      Static value Stopped for OperationalState.
    • RUNNING

      public static final OperationalState RUNNING
      Static value Running for OperationalState.
    • STOPPING

      public static final OperationalState STOPPING
      Static value Stopping for OperationalState.
    • STARTING

      public static final OperationalState STARTING
      Static value Starting for OperationalState.
  • Constructor Details

    • OperationalState

      public OperationalState()
  • Method Details

    • fromString

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

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