SqlElasticPool.DefinitionStages.WithDatabaseMinCapacity<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public static interface SqlElasticPool.DefinitionStages.WithDatabaseMinCapacity
The SQL Elastic Pool definition to set the minimum capacity for database.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withDatabaseMinCapacity(double minCapacity)
Sets the minimum capacity all SQL Azure Databases are guaranteed. |
Method Details
withDatabaseMinCapacity
public abstract SqlElasticPool.DefinitionStages.WithAttach
Sets the minimum capacity all SQL Azure Databases are guaranteed.
Parameters:
minCapacity
- The minimum capacity all databases are guaranteed.
Returns:
The next stage of the definition.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java