| Modifier and Type | Method and Description |
|---|---|
ElasticPoolUpdate |
ElasticPoolUpdate.withDatabaseDtuMax(Integer databaseDtuMax)
Set the maximum DTU any one database can consume.
|
ElasticPoolUpdate |
ElasticPoolUpdate.withDatabaseDtuMin(Integer databaseDtuMin)
Set the minimum DTU all databases are guaranteed.
|
ElasticPoolUpdate |
ElasticPoolUpdate.withDtu(Integer dtu)
Set the total shared DTU for the database elastic pool.
|
ElasticPoolUpdate |
ElasticPoolUpdate.withEdition(ElasticPoolEdition edition)
Set the edition of the elastic pool.
|
ElasticPoolUpdate |
ElasticPoolUpdate.withStorageMB(Integer storageMB)
Set gets storage limit for the database elastic pool in MB.
|
ElasticPoolUpdate |
ElasticPoolUpdate.withTags(Map<String,String> tags)
Set resource tags.
|
ElasticPoolUpdate |
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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/