DevBoxOsType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. developer. devcenter. models. DevBoxOsType
- com.
- com.
public final class DevBoxOsType
extends ExpandableStringEnum<DevBoxOsType>
The operating system type.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Dev |
WINDOWS
The Windows operating system. |
Constructor Summary
| Constructor | Description |
|---|---|
| DevBoxOsType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Dev |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dev |
fromString(String name)
Creates or finds a Dev |
|
static
Collection<Dev |
values()
Gets known Dev |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
WINDOWS
public static final DevBoxOsType WINDOWS
The Windows operating system.
Constructor Details
DevBoxOsType
@Deprecated
public DevBoxOsType()
Deprecated
Creates a new instance of DevBoxOsType value.
Method Details
fromString
public static DevBoxOsType fromString(String name)
Creates or finds a DevBoxOsType from its string representation.
Parameters:
Returns:
values
public static Collection<DevBoxOsType> values()
Gets known DevBoxOsType values.
Returns: