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.WithReservedDTUAndStorageCapacity
The SQL Elastic Pool update definition to set the eDTU and storage capacity limits.
|
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 © 2019. All rights reserved.