Class ElasticPoolLicenseType


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

      • LICENSE_INCLUDED

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

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

      • ElasticPoolLicenseType

        public ElasticPoolLicenseType()
    • Method Detail

      • fromString

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