Class DatabaseLicenseType


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

      • LICENSE_INCLUDED

        public static final DatabaseLicenseType LICENSE_INCLUDED
        Static value LicenseIncluded for DatabaseLicenseType.
      • BASE_PRICE

        public static final DatabaseLicenseType BASE_PRICE
        Static value BasePrice for DatabaseLicenseType.
    • Constructor Detail

      • DatabaseLicenseType

        public DatabaseLicenseType()
    • Method Detail

      • fromString

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