java.lang.Object
com.azure.core.util.ExpandableStringEnum<LicenseType>
com.azure.resourcemanager.hybridcontainerservice.models.LicenseType

public final class LicenseType extends com.azure.core.util.ExpandableStringEnum<LicenseType>
LicenseType - The licenseType to use for Windows VMs. Windows_Server is used to enable Azure Hybrid User Benefits for Windows VMs. Possible values include: 'None', 'Windows_Server'.
  • Field Details

    • WINDOWS_SERVER

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

      public static final LicenseType NONE
      Static value None 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()
      Gets known LicenseType values.
      Returns:
      known LicenseType values.