| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SqlElasticPool.Update |
SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withDatabaseDtuMax(SqlElasticPoolBasicMaxEDTUs eDTU)
Sets the maximum number of eDTU a database in the pool can consume.
|
SqlElasticPool.Update |
SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs eDTU)
Sets the maximum number of eDTU a database in the pool can consume.
|
SqlElasticPool.Update |
SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs eDTU)
Sets the maximum number of eDTU a database in the pool can consume.
|
SqlElasticPool.Update |
SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withDatabaseDtuMin(SqlElasticPoolBasicMinEDTUs eDTU)
Sets the minimum number of eDTU for each database in the pool are regardless of its activity.
|
SqlElasticPool.Update |
SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs eDTU)
Sets the minimum number of eDTU for each database in the pool are regardless of its activity.
|
SqlElasticPool.Update |
SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU)
Sets the minimum number of eDTU for each database in the pool are regardless of its activity.
|
SqlElasticPool.Update |
SqlElasticPool.UpdateStages.WithDatabaseMaxCapacity.withDatabaseMaxCapacity(double maxCapacity)
Sets the maximum capacity any one SQL Azure Database can consume.
|
SqlElasticPool.Update |
SqlElasticPool.UpdateStages.WithDatabaseMinCapacity.withDatabaseMinCapacity(double minCapacity)
Sets the minimum capacity all SQL Azure Databases are guaranteed.
|
SqlElasticPool.Update |
SqlElasticPool.UpdateStages.WithDatabase.withExistingDatabase(SqlDatabase database)
Adds the database in the SQL elastic pool.
|
SqlElasticPool.Update |
SqlElasticPool.UpdateStages.WithDatabase.withExistingDatabase(String databaseName)
Adds an existing database in the SQL elastic pool.
|
SqlElasticPool.Update |
SqlElasticPool.UpdateStages.WithDatabase.withNewDatabase(String databaseName)
Creates a new database in the SQL elastic pool.
|
SqlElasticPool.Update |
SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withReservedDtu(SqlElasticPoolBasicEDTUs eDTU)
Sets the total shared eDTU for the SQL Azure Database Elastic Pool.
|
SqlElasticPool.Update |
SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withReservedDtu(SqlElasticPoolPremiumEDTUs eDTU)
Sets the total shared eDTU for the SQL Azure Database Elastic Pool.
|
SqlElasticPool.Update |
SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withReservedDtu(SqlElasticPoolStandardEDTUs eDTU)
Sets the total shared eDTU for the SQL Azure Database Elastic Pool.
|
SqlElasticPool.Update |
SqlElasticPool.UpdateStages.WithStorageCapacity.withStorageCapacity(Long storageCapacity)
Sets the storage limit for the SQL Azure Database Elastic Pool in Bytes.
|
SqlElasticPool.Update |
SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withStorageCapacity(SqlElasticPoolPremiumSorage storageCapacity)
Sets the storage capacity for the SQL Azure Database Elastic Pool.
|
SqlElasticPool.Update |
SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity.withStorageCapacity(SqlElasticPoolStandardStorage storageCapacity)
Sets the storage capacity for the SQL Azure Database Elastic Pool.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.