Class VmDiskTypes
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<VmDiskTypes>
com.microsoft.azure.management.compute.VmDiskTypes
Defines values for VmDiskTypes.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final VmDiskTypes
Static value None for VmDiskTypes.static final VmDiskTypes
Static value Unmanaged for VmDiskTypes. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic VmDiskTypes
fromString
(String name) Creates or finds a VmDiskTypes from its string representation.static Collection<VmDiskTypes>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
NONE
Static value None for VmDiskTypes. -
UNMANAGED
Static value Unmanaged for VmDiskTypes.
-
-
Constructor Details
-
VmDiskTypes
public VmDiskTypes()
-
-
Method Details
-
fromString
Creates or finds a VmDiskTypes from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding VmDiskTypes
-
values
- Returns:
- known VmDiskTypes values
-