Class ElasticPoolLicenseType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ElasticPoolLicenseType>
com.azure.resourcemanager.sql.models.ElasticPoolLicenseType

public final class ElasticPoolLicenseType extends com.azure.core.util.ExpandableStringEnum<ElasticPoolLicenseType>
The license type to apply for this elastic pool.
  • Field Details

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

    • ElasticPoolLicenseType

      public ElasticPoolLicenseType()
  • Method Details

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

      public static Collection<ElasticPoolLicenseType> values()
      Gets known ElasticPoolLicenseType values.
      Returns:
      known ElasticPoolLicenseType values.