OSType Enum

  • java.lang.Object
    • java.lang.Enum<OSType>
      • com.microsoft.azure.batch.protocol.models.OSType

public enum OSType

Defines values for OSType.

Fields

LINUX

The Linux operating system.

WINDOWS

The Windows operating system.

Methods

fromString(String value)

public static OSType fromString(String value)

Parses a serialized value to a OSType instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

String

Applies to