Class LabStatus
java.lang.Object
com.azure.core.util.ExpandableStringEnum<LabStatus>
com.azure.resourcemanager.education.models.LabStatus
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
The status of this lab.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LabStatusfromString(String name) Creates or finds a LabStatus from its string representation.static Collection<LabStatus> values()Gets known LabStatus values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ACTIVE
Static value Active for LabStatus. -
DELETED
Static value Deleted for LabStatus. -
PENDING
Static value Pending for LabStatus.
-
-
Constructor Details
-
LabStatus
Deprecated.Use thefromString(String)factory method.Creates a new instance of LabStatus value.
-
-
Method Details
-
fromString
Creates or finds a LabStatus from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding LabStatus.
-
values
Gets known LabStatus values.- Returns:
- known LabStatus values.
-
fromString(String)factory method.