Class InstancePoolLicenseType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<InstancePoolLicenseType>
com.azure.resourcemanager.sql.models.InstancePoolLicenseType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class InstancePoolLicenseType extends com.azure.core.util.ExpandableStringEnum<InstancePoolLicenseType>
The license type. Possible values are 'LicenseIncluded' (price for SQL license is included) and 'BasePrice' (without SQL license price).
  • Field Details

    • LICENSE_INCLUDED

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

      public static final InstancePoolLicenseType BASE_PRICE
      Static value BasePrice for InstancePoolLicenseType.
  • Constructor Details

    • InstancePoolLicenseType

      @Deprecated public InstancePoolLicenseType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of InstancePoolLicenseType value.
  • Method Details

    • fromString

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

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