Freigeben über


OSType Enum

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

public enum OSType
extends Enum<OSType>

Defines values for OSType.

Fields

LINUX

The Linux operating system.

WINDOWS

The Windows operating system.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

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

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static OSType valueOf(String name)

Parameters

name
String

Returns

values()

public static OSType[] values()

Returns

OSType[]

Applies to