Class InstancePoolLicenseType

java.lang.Object
com.microsoft.rest.ExpandableStringEnum<InstancePoolLicenseType>
com.microsoft.azure.management.sql.InstancePoolLicenseType

public final class InstancePoolLicenseType extends com.microsoft.rest.ExpandableStringEnum<InstancePoolLicenseType>
Defines values for InstancePoolLicenseType.
  • 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

      public InstancePoolLicenseType()
  • 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()
      Returns:
      known InstancePoolLicenseType values