SqlElasticPool.DefinitionStages.WithDtu<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public interface WithDtu
The SQL Elastic Pool definition to set the number of shared DTU for elastic pool.
The SQL Elastic Pool definition to set the number of shared DTU for elastic pool.
Method Summary
Modifier and Type | Method and Description |
---|---|
SqlElasticPool.DefinitionStages.WithAttach<ParentT> |
withDtu(int dtu)
Sets the total shared DTU for the SQL Azure Database Elastic Pool. |
Method Details
withDtu
public SqlElasticPool.DefinitionStages.WithAttach
Sets the total shared DTU for the SQL Azure Database Elastic Pool.
Parameters:
dtu
- total shared DTU for the SQL Azure Database Elastic Pool
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