SqlElasticPool.DefinitionStages.WithDatabaseDtuMin<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public interface WithDatabaseDtuMin
The SQL Elastic Pool definition to set the minimum DTU for database.
The SQL Elastic Pool definition to set the minimum DTU for database.
Method Summary
Modifier and Type | Method and Description |
---|---|
SqlElasticPool.DefinitionStages.WithAttach<ParentT> |
withDatabaseDtuMin(int databaseDtuMin)
Sets the minimum DTU all SQL Azure Databases are guaranteed. |
Method Details
withDatabaseDtuMin
public SqlElasticPool.DefinitionStages.WithAttach
Sets the minimum DTU all SQL Azure Databases are guaranteed.
Parameters:
databaseDtuMin
- minimum DTU for all SQL Azure databases
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