public static interface SqlElasticPool.DefinitionStages.WithDatabaseDtuMin
| Modifier and Type | Method and Description |
|---|---|
SqlElasticPool.DefinitionStages.WithCreate |
withDatabaseDtuMin(int databaseDtuMin)
Sets the minimum DTU all SQL Azure Databases are guaranteed.
|
SqlElasticPool.DefinitionStages.WithCreate withDatabaseDtuMin(int databaseDtuMin)
databaseDtuMin - minimum DTU for all SQL Azure databases/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/