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

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

    • NONE

      public static final LicenseType NONE
      Static value None for LicenseType.
    • WINDOWS_SERVER

      public static final LicenseType WINDOWS_SERVER
      Static value Windows_Server for LicenseType.
  • Constructor Details

    • LicenseType

      public LicenseType()
  • Method Details

    • fromString

      public static LicenseType fromString(String name)
      Creates or finds a LicenseType from its string representation.
      Parameters:
      name - a name to look for
      Returns:
      the corresponding LicenseType
    • values

      public static Collection<LicenseType> values()
      Returns:
      known LicenseType values