Class SqlServerLicenseType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SqlServerLicenseType>
com.azure.resourcemanager.sqlvirtualmachine.models.SqlServerLicenseType

public final class SqlServerLicenseType extends com.azure.core.util.ExpandableStringEnum<SqlServerLicenseType>
SQL Server license type.
  • Field Details

  • Constructor Details

    • SqlServerLicenseType

      public SqlServerLicenseType()
  • Method Details

    • fromString

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

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