Package | Description |
---|---|
com.microsoft.azure.management.sql |
This package contains the classes for SqlManagementClient.
|
Modifier and Type | Method and Description |
---|---|
SqlElasticPool.Update |
SqlElasticPool.UpdateStages.WithDatabaseDtuMax.withDatabaseDtuMax(int databaseDtuMax)
Deprecated.
|
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.WithDatabaseDtuMin.withDatabaseDtuMin(int databaseDtuMin)
Deprecated.
|
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.WithDtu.withDtu(int dtu)
Deprecated.
|
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(int storageMB)
Deprecated.
|
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 © 2019. All rights reserved.