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

public final class OSType extends com.microsoft.rest.ExpandableStringEnum<OSType>
Defines values for OSType.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final OSType
    Static value Linux for OSType.
    static final OSType
    Static value Windows for OSType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static OSType
    Creates or finds a OSType from its string representation.
     

    Methods inherited from class com.microsoft.rest.ExpandableStringEnum

    equals, fromString, hashCode, toString, values, withNameValue

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, 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<OSType> values()
      Returns:
      known OSType values