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