SqlElasticPool.UpdateStages.WithDatabaseMinCapacity Interface
public static interface SqlElasticPool.UpdateStages.WithDatabaseMinCapacity
The SQL Elastic Pool definition to set the minimum DTU for database.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withDatabaseMinCapacity(double minCapacity)
Sets the minimum capacity all SQL Azure Databases are guaranteed. |
Method Details
withDatabaseMinCapacity
public abstract 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.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java