public static interface SqlElasticPool.UpdateStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlElasticPool.UpdateStages.WithDatabase
The SQL Elastic Pool definition to add the Database in the elastic pool.
|
static interface |
SqlElasticPool.UpdateStages.WithDatabaseDtuMax
The SQL Elastic Pool definition to set the maximum DTU for one database.
|
static interface |
SqlElasticPool.UpdateStages.WithDatabaseDtuMin
The SQL Elastic Pool definition to set the minimum DTU for database.
|
static interface |
SqlElasticPool.UpdateStages.WithDtu
The SQL Elastic Pool definition to set the number of shared DTU for elastic pool.
|
static interface |
SqlElasticPool.UpdateStages.WithStorageCapacity
The SQL Elastic Pool definition to set the storage limit for the SQL Azure Database Elastic Pool in MB.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/