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