SqlElasticPoolOperations.DefinitionStages.WithDatabaseMinCapacity Interface
public static interface SqlElasticPoolOperations.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 SqlElasticPoolOperations.DefinitionStages.WithCreate 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 the definition.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java