Class OSType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<OSType>
-
- com.azure.resourcemanager.containerservice.models.OSType
-
public final class OSType extends com.azure.core.util.ExpandableStringEnum<OSType>
Defines values for OSType.
-
-
Constructor Summary
Constructors Constructor Description OSType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OSTypefromString(String name)Creates or finds a OSType from its string representation.static Collection<OSType>values()
-
-
-
Method Detail
-
fromString
public static OSType fromString(String name)
Creates or finds a OSType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding OSType.
-
values
public static Collection<OSType> values()
- Returns:
- known OSType values.
-
-