Uses of Class
com.microsoft.azure.management.sql.ElasticPoolUpdate
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of ElasticPoolUpdate in com.microsoft.azure.management.sql
Modifier and TypeMethodDescriptionElasticPoolUpdate.withDatabaseDtuMax
(Integer databaseDtuMax) Set the maximum DTU any one database can consume.ElasticPoolUpdate.withDatabaseDtuMin
(Integer databaseDtuMin) Set the minimum DTU all databases are guaranteed.Set the total shared DTU for the database elastic pool.ElasticPoolUpdate.withEdition
(ElasticPoolEdition edition) Set the edition of the elastic pool.ElasticPoolUpdate.withStorageMB
(Integer storageMB) Set gets storage limit for the database elastic pool in MB.Set resource tags.ElasticPoolUpdate.withZoneRedundant
(Boolean zoneRedundant) Set whether or not this database elastic pool is zone redundant, which means the replicas of this database will be spread across multiple availability zones.