OperatingSystemTypes Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.compute.models.OperatingSystemTypes

public enum OperatingSystemTypes
extends Enum<OperatingSystemTypes>

This property allows you to specify the supported type of the OS that application is built for. 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
the serialized value to parse.

Returns

the parsed OperatingSystemTypes object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static OperatingSystemTypes valueOf(String name)

Parameters

name
String

Returns

values()

public static OperatingSystemTypes[] values()

Returns

Applies to