Class OperatingSystemTypes
java.lang.Object
com.azure.core.util.ExpandableStringEnum<OperatingSystemTypes>
com.azure.resourcemanager.containerinstance.models.OperatingSystemTypes
public final class OperatingSystemTypes
extends com.azure.core.util.ExpandableStringEnum<OperatingSystemTypes>
The operating system type required by the containers in the container group.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OperatingSystemTypesStatic value Linux for OperatingSystemTypes.static final OperatingSystemTypesStatic value Windows for OperatingSystemTypes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OperatingSystemTypesfromString(String name) Creates or finds a OperatingSystemTypes from its string representation.static Collection<OperatingSystemTypes>values()Gets known OperatingSystemTypes values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
WINDOWS
Static value Windows for OperatingSystemTypes. -
LINUX
Static value Linux for OperatingSystemTypes.
-
-
Constructor Details
-
OperatingSystemTypes
Deprecated.Use thefromString(String)factory method.Creates a new instance of OperatingSystemTypes value.
-
-
Method Details
-
fromString
Creates or finds a OperatingSystemTypes from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding OperatingSystemTypes.
-
values
Gets known OperatingSystemTypes values.- Returns:
- known OperatingSystemTypes values.
-
fromString(String)factory method.