OperatingSystemTypes Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. compute. models. OperatingSystemTypes
- com.
- java.
public enum OperatingSystemTypes
extends Enum<OperatingSystemTypes>
This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: **Windows,** **Linux.**.
Fields
| LINUX |
Enum value Linux. |
| WINDOWS |
Enum value Windows. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
fromString(String value)
public static OperatingSystemTypes fromString(String value)
Parses a serialized value to a OperatingSystemTypes instance.
Parameters
- value
- String