Interface SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity

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

public static interface SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity
The SQL Elastic Pool update definition to set the eDTU and storage capacity limits.
  • Method Details

    • withReservedDtu

      Sets the total shared eDTU for the SQL Azure Database Elastic Pool.
      Parameters:
      eDTU - total shared eDTU for the SQL Azure Database Elastic Pool
      Returns:
      The next stage of the update definition.
    • withDatabaseDtuMax

      Sets the maximum number of eDTU a database in the pool can consume.
      Parameters:
      eDTU - maximum eDTU a database in the pool can consume
      Returns:
      The next stage of the update definition.
    • withDatabaseDtuMin

      Sets the minimum number of eDTU for each database in the pool are regardless of its activity.
      Parameters:
      eDTU - minimum eDTU for all SQL Azure databases
      Returns:
      The next stage of the update definition.
    • withReservedDtu

      Sets the total shared eDTU for the SQL Azure Database Elastic Pool.
      Parameters:
      eDTU - total shared eDTU for the SQL Azure Database Elastic Pool
      Returns:
      The next stage of the update definition.
    • withDatabaseDtuMax

      Sets the maximum number of eDTU a database in the pool can consume.
      Parameters:
      eDTU - maximum eDTU a database in the pool can consume
      Returns:
      The next stage of the update definition.
    • withDatabaseDtuMin

      Sets the minimum number of eDTU for each database in the pool are regardless of its activity.
      Parameters:
      eDTU - minimum eDTU for all SQL Azure databases
      Returns:
      The next stage of the update definition.
    • withStorageCapacity

      SqlElasticPool.Update withStorageCapacity(SqlElasticPoolStandardStorage storageCapacity)
      Sets the storage capacity for the SQL Azure Database Elastic Pool.
      Parameters:
      storageCapacity - storage capacity for the SQL Azure Database Elastic Pool
      Returns:
      The next stage of the update definition.
    • withReservedDtu

      Sets the total shared eDTU for the SQL Azure Database Elastic Pool.
      Parameters:
      eDTU - total shared eDTU for the SQL Azure Database Elastic Pool
      Returns:
      The next stage of the update definition.
    • withDatabaseDtuMax

      Sets the maximum number of eDTU a database in the pool can consume.
      Parameters:
      eDTU - maximum eDTU a database in the pool can consume
      Returns:
      The next stage of the update definition.
    • withDatabaseDtuMin

      Sets the minimum number of eDTU for each database in the pool are regardless of its activity.
      Parameters:
      eDTU - minimum eDTU for all SQL Azure databases
      Returns:
      The next stage of the update definition.
    • withStorageCapacity

      SqlElasticPool.Update withStorageCapacity(SqlElasticPoolPremiumSorage storageCapacity)
      Sets the storage capacity for the SQL Azure Database Elastic Pool.
      Parameters:
      storageCapacity - storage capacity for the SQL Azure Database Elastic Pool
      Returns:
      The next stage of the update definition.