DevBoxActionType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. developer. devcenter. models. DevBoxActionType
- com.
- com.
public final class DevBoxActionType
extends ExpandableStringEnum<DevBoxActionType>
The type of action which will take place on a Dev Box.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Dev |
STOP
The action will stop the Dev Box. |
Constructor Summary
| Constructor | Description |
|---|---|
| DevBoxActionType() |
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
STOP
public static final DevBoxActionType STOP
The action will stop the Dev Box.
Constructor Details
DevBoxActionType
@Deprecated
public DevBoxActionType()
Deprecated
Creates a new instance of DevBoxActionType value.
Method Details
fromString
public static DevBoxActionType fromString(String name)
Creates or finds a DevBoxActionType from its string representation.
Parameters:
Returns:
values
public static Collection<DevBoxActionType> values()
Gets known DevBoxActionType values.
Returns: