Interface SqlElasticPool.UpdateStages.WithDatabaseMinCapacity

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

public static interface SqlElasticPool.UpdateStages.WithDatabaseMinCapacity
The SQL Elastic Pool definition to set the minimum DTU for database.
  • Method Summary

    Modifier and Type
    Method
    Description
    withDatabaseMinCapacity(double minCapacity)
    Sets the minimum capacity all SQL Azure Databases are guaranteed.
  • Method Details

    • withDatabaseMinCapacity

      SqlElasticPool.Update withDatabaseMinCapacity(double minCapacity)
      Sets the minimum capacity all SQL Azure Databases are guaranteed.
      Parameters:
      minCapacity - The minimum capacity all databases are guaranteed.
      Returns:
      The next stage of definition.