Interface SqlServer.UpdateStages.WithElasticPool

All Known Subinterfaces:
SqlServer.Update
Enclosing interface:
SqlServer.UpdateStages

public static interface SqlServer.UpdateStages.WithElasticPool
A SQL Server definition for specifying elastic pool.
  • Method Details

    • withNewElasticPool

      @Beta(V1_7_0) @Deprecated SqlServer.Update withNewElasticPool(String elasticPoolName, ElasticPoolEdition elasticPoolEdition, String... databaseNames)
      Deprecated.
      Create new elastic pool in the SQL Server.
      Parameters:
      elasticPoolName - name of the elastic pool to be created
      elasticPoolEdition - edition of the elastic pool
      databaseNames - names of the database to be included in the elastic pool
      Returns:
      Next stage of the SQL Server update
    • withNewElasticPool

      @Beta(V1_7_0) @Deprecated SqlServer.Update withNewElasticPool(String elasticPoolName, ElasticPoolEdition elasticPoolEdition)
      Deprecated.
      Create new elastic pool in the SQL Server.
      Parameters:
      elasticPoolName - name of the elastic pool to be created
      elasticPoolEdition - edition of the elastic pool
      Returns:
      Next stage of the SQL Server update
    • withoutElasticPool

      @Deprecated SqlServer.Update withoutElasticPool(String elasticPoolName)
      Deprecated.
      Removes elastic pool from the SQL Server.
      Parameters:
      elasticPoolName - name of the elastic pool to be removed
      Returns:
      Next stage of the SQL Server update