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

public final class LabStatus extends com.azure.core.util.ExpandableStringEnum<LabStatus>
The status of this lab.
  • Field Details

    • ACTIVE

      public static final LabStatus ACTIVE
      Static value Active for LabStatus.
    • DELETED

      public static final LabStatus DELETED
      Static value Deleted for LabStatus.
    • PENDING

      public static final LabStatus PENDING
      Static value Pending for LabStatus.
  • Constructor Details

  • Method Details

    • fromString

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

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