Class VmDiskTypes
java.lang.Object
com.azure.core.util.ExpandableStringEnum<VmDiskTypes>
com.azure.resourcemanager.compute.models.VmDiskTypes
VM disk types which are disallowed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final VmDiskTypesStatic value None for VmDiskTypes.static final VmDiskTypesStatic value Unmanaged for VmDiskTypes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VmDiskTypesfromString(String name) Creates or finds a VmDiskTypes from its string representation.static Collection<VmDiskTypes>values()Gets known VmDiskTypes values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
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
Gets known VmDiskTypes values.- Returns:
- known VmDiskTypes values.
-