public class ElasticPoolUpdate
extends com.microsoft.azure.ProxyResource
| Constructor and Description |
|---|
ElasticPoolUpdate() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
creationDate()
Get the creation date of the elastic pool (ISO8601 format).
|
Integer |
databaseDtuMax()
Get the maximum DTU any one database can consume.
|
Integer |
databaseDtuMin()
Get the minimum DTU all databases are guaranteed.
|
Integer |
dtu()
Get the total shared DTU for the database elastic pool.
|
ElasticPoolEdition |
edition()
Get the edition of the elastic pool.
|
ElasticPoolState |
state()
Get the state of the elastic pool.
|
Integer |
storageMB()
Get gets storage limit for the database elastic pool in MB.
|
Map<String,String> |
tags()
Get resource tags.
|
ElasticPoolUpdate |
withDatabaseDtuMax(Integer databaseDtuMax)
Set the maximum DTU any one database can consume.
|
ElasticPoolUpdate |
withDatabaseDtuMin(Integer databaseDtuMin)
Set the minimum DTU all databases are guaranteed.
|
ElasticPoolUpdate |
withDtu(Integer dtu)
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.
|
ElasticPoolUpdate |
withTags(Map<String,String> tags)
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.
|
Boolean |
zoneRedundant()
Get whether or not this database elastic pool is zone redundant, which means the replicas of this database will be spread across multiple availability zones.
|
public ElasticPoolUpdate withTags(Map<String,String> tags)
tags - the tags value to setpublic org.joda.time.DateTime creationDate()
public ElasticPoolState state()
public ElasticPoolEdition edition()
public ElasticPoolUpdate withEdition(ElasticPoolEdition edition)
edition - the edition value to setpublic Integer dtu()
public ElasticPoolUpdate withDtu(Integer dtu)
dtu - the dtu value to setpublic Integer databaseDtuMax()
public ElasticPoolUpdate withDatabaseDtuMax(Integer databaseDtuMax)
databaseDtuMax - the databaseDtuMax value to setpublic Integer databaseDtuMin()
public ElasticPoolUpdate withDatabaseDtuMin(Integer databaseDtuMin)
databaseDtuMin - the databaseDtuMin value to setpublic Integer storageMB()
public ElasticPoolUpdate withStorageMB(Integer storageMB)
storageMB - the storageMB value to setpublic Boolean zoneRedundant()
public ElasticPoolUpdate withZoneRedundant(Boolean zoneRedundant)
zoneRedundant - the zoneRedundant value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/