OSType Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.containerservice.OSType

public final class OSType
extends com.microsoft.rest.ExpandableStringEnum<OSType>

Defines values for OSType.

Field Summary

Modifier and Type Field and Description
static final OSType LINUX

Static value Linux for OSType.

static final OSType WINDOWS

Static value Windows for OSType.

Constructor Summary

Constructor Description
OSType()

Method Summary

Modifier and Type Method and Description
static OSType fromString(String name)

Creates or finds a OSType from its string representation.

static java.util.Collection<OSType> values()

Methods inherited from com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

LINUX

public static final OSType LINUX

Static value Linux for OSType.

WINDOWS

public static final OSType WINDOWS

Static value Windows for OSType.

Constructor Details

OSType

public OSType()

Method Details

fromString

public static OSType fromString(String name)

Creates or finds a OSType from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding OSType

values

public static Collection values()

Returns:

known OSType values

Applies to