OperatingSystemType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. OperatingSystemType
- com.
- com.
public final class OperatingSystemType
extends ExpandableStringEnum<OperatingSystemType>
Gets the Operating System type.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Operating |
LINUX
Static value Linux for Operating |
static final
Operating |
WINDOWS
Static value Windows for Operating |
Constructor Summary
Constructor | Description |
---|---|
OperatingSystemType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Operating |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Operating |
fromString(String name)
Creates or finds a Operating |
static
Collection<Operating |
values()
Gets known Operating |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
LINUX
public static final OperatingSystemType LINUX
Static value Linux for OperatingSystemType.
WINDOWS
public static final OperatingSystemType WINDOWS
Static value Windows for OperatingSystemType.
Constructor Details
OperatingSystemType
@Deprecated
public OperatingSystemType()
Deprecated
Creates a new instance of OperatingSystemType value.
Method Details
fromString
public static OperatingSystemType fromString(String name)
Creates or finds a OperatingSystemType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known OperatingSystemType values.
Returns:
Applies to
Azure SDK for Java