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.WithDatabaseMaxCapacity
The SQL Elastic Pool definition to set the maximum DTU for one database.
|
static interface |
SqlElasticPool.UpdateStages.WithDatabaseMinCapacity
The SQL Elastic Pool definition to set the minimum DTU for database.
|
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 Bytes.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.