VmSetupAction Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. servicefabricmanagedclusters. models. VmSetupAction
- com.
- com.
public final class VmSetupAction
extends ExpandableStringEnum<VmSetupAction>
action to be performed on the vms before bootstrapping the service fabric runtime.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Vm |
ENABLE_CONTAINERS
Enable windows containers feature. |
|
static final
Vm |
ENABLE_HYPERV
Enables windows HyperV feature. |
Constructor Summary
| Constructor | Description |
|---|---|
| VmSetupAction() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Vm |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Vm |
fromString(String name)
Creates or finds a Vm |
|
static
Collection<Vm |
values()
Gets known Vm |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ENABLE_CONTAINERS
public static final VmSetupAction ENABLE_CONTAINERS
Enable windows containers feature.
ENABLE_HYPERV
public static final VmSetupAction ENABLE_HYPERV
Enables windows HyperV feature.
Constructor Details
VmSetupAction
@Deprecated
public VmSetupAction()
Deprecated
Creates a new instance of VmSetupAction value.
Method Details
fromString
public static VmSetupAction fromString(String name)
Creates or finds a VmSetupAction from its string representation.
Parameters:
Returns:
values
public static Collection<VmSetupAction> values()
Gets known VmSetupAction values.
Returns: