VmDiskTypes Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. VmDiskTypes
- com.
- com.
public final class VmDiskTypes
extends ExpandableStringEnum<VmDiskTypes>
VM disk types which are disallowed.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Vm |
NONE
Static value None for Vm |
static final
Vm |
UNMANAGED
Static value Unmanaged for Vm |
Constructor Summary
Constructor | Description |
---|---|
VmDiskTypes() |
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
NONE
public static final VmDiskTypes NONE
Static value None for VmDiskTypes.
UNMANAGED
public static final VmDiskTypes UNMANAGED
Static value Unmanaged for VmDiskTypes.
Constructor Details
VmDiskTypes
@Deprecated
public VmDiskTypes()
Deprecated
Creates a new instance of VmDiskTypes value.
Method Details
fromString
public static VmDiskTypes fromString(String name)
Creates or finds a VmDiskTypes from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known VmDiskTypes values.
Returns:
Applies to
Azure SDK for Java