Class ManagedInstanceLicenseType

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

public final class ManagedInstanceLicenseType extends com.microsoft.rest.ExpandableStringEnum<ManagedInstanceLicenseType>
Defines values for ManagedInstanceLicenseType.
  • Field Details

    • LICENSE_INCLUDED

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

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

    • ManagedInstanceLicenseType

      public ManagedInstanceLicenseType()
  • Method Details

    • fromString

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

      public static Collection<ManagedInstanceLicenseType> values()
      Returns:
      known ManagedInstanceLicenseType values