SqlElasticPool.DefinitionStages.WithDatabaseDtuMax<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public interface WithDatabaseDtuMax
The SQL Elastic Pool definition to set the maximum DTU for one database.
The SQL Elastic Pool definition to set the maximum DTU for one database.
Method Summary
Modifier and Type | Method and Description |
---|---|
SqlElasticPool.DefinitionStages.WithAttach<ParentT> |
withDatabaseDtuMax(int databaseDtuMax)
Sets the maximum DTU any one SQL Azure Database can consume. |
Method Details
withDatabaseDtuMax
public SqlElasticPool.DefinitionStages.WithAttach
Sets the maximum DTU any one SQL Azure Database can consume.
Parameters:
databaseDtuMax
- maximum DTU any one SQL Azure Database can consume
Returns:
The next stage of the definition.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java