LabStatus Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. education. models. LabStatus
- com.
- com.
public final class LabStatus
extends ExpandableStringEnum<LabStatus>
The status of this lab.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Lab |
ACTIVE
Static value Active for Lab |
|
static final
Lab |
DELETED
Static value Deleted for Lab |
|
static final
Lab |
PENDING
Static value Pending for Lab |
Constructor Summary
| Constructor | Description |
|---|---|
| LabStatus() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Lab |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Lab |
fromString(String name)
Creates or finds a Lab |
|
static
Collection<Lab |
values()
Gets known Lab |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
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
LabStatus
@Deprecated
public LabStatus()
Deprecated
Creates a new instance of LabStatus value.
Method Details
fromString
public static LabStatus fromString(String name)
Creates or finds a LabStatus from its string representation.
Parameters:
Returns:
values
public static Collection<LabStatus> values()
Gets known LabStatus values.
Returns: