Class OSImageVersion
java.lang.Object
com.azure.core.util.ExpandableStringEnum<OSImageVersion>
com.azure.resourcemanager.workloads.models.OSImageVersion
Defines values for OSImageVersion.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OSImageVersion
Static value latest for OSImageVersion. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OSImageVersion
fromString
(String name) Creates or finds a OSImageVersion from its string representation.static Collection<OSImageVersion>
values()
Gets known OSImageVersion values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
LATEST
Static value latest for OSImageVersion.
-
-
Constructor Details
-
OSImageVersion
public OSImageVersion()
-
-
Method Details
-
fromString
Creates or finds a OSImageVersion from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding OSImageVersion.
-
values
Gets known OSImageVersion values.- Returns:
- known OSImageVersion values.
-