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

public final class EsuKeyState extends com.azure.core.util.ExpandableStringEnum<EsuKeyState>
The ESU key state.
  • Field Details

    • INACTIVE

      public static final EsuKeyState INACTIVE
      Static value Inactive for EsuKeyState.
    • ACTIVE

      public static final EsuKeyState ACTIVE
      Static value Active for EsuKeyState.
  • Constructor Details

    • EsuKeyState

      @Deprecated public EsuKeyState()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of EsuKeyState value.
  • Method Details

    • fromString

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

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