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