ComputePowerAction Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. machinelearning. models. ComputePowerAction
- com.
- com.
public final class ComputePowerAction
extends ExpandableStringEnum<ComputePowerAction>
The compute power action.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Compute |
START
Static value Start for Compute |
|
static final
Compute |
STOP
Static value Stop for Compute |
Constructor Summary
| Constructor | Description |
|---|---|
| ComputePowerAction() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Compute |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Compute |
fromString(String name)
Creates or finds a Compute |
|
static
Collection<Compute |
values()
Gets known Compute |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
START
public static final ComputePowerAction START
Static value Start for ComputePowerAction.
STOP
public static final ComputePowerAction STOP
Static value Stop for ComputePowerAction.
Constructor Details
ComputePowerAction
@Deprecated
public ComputePowerAction()
Deprecated
Creates a new instance of ComputePowerAction value.
Method Details
fromString
public static ComputePowerAction fromString(String name)
Creates or finds a ComputePowerAction from its string representation.
Parameters:
Returns:
values
public static Collection<ComputePowerAction> values()
Gets known ComputePowerAction values.
Returns: