Class LicenseType


  • public final class LicenseType
    extends com.azure.core.util.ExpandableStringEnum<LicenseType>
    Defines values for LicenseType.
    • Field Detail

      • 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 Detail

      • LicenseType

        public LicenseType()
    • Method Detail

      • 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.