SqlElasticPool.UpdateStages.WithDatabaseDtuMax Interface
public interface WithDatabaseDtuMax
The SQL Elastic Pool definition to set the maximum DTU for one database.
Method Summary
Modifier and Type | Method and Description |
---|---|
Sql |
withDatabaseDtuMax(int databaseDtuMax)
Sets the maximum DTU any one SQL Azure Database can consume. |
Method Details
withDatabaseDtuMax
public Update withDatabaseDtuMax(int databaseDtuMax)
Sets the maximum DTU any one SQL Azure Database can consume.
Parameters:
Returns: