public class RecommendedElasticPoolInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
RecommendedElasticPoolInner() |
| Modifier and Type | Method and Description |
|---|---|
Double |
databaseDtuMax()
Get the databaseDtuMax property: The maximum DTU for the database.
|
Double |
databaseDtuMin()
Get the databaseDtuMin property: The minimum DTU for the database.
|
ElasticPoolEdition |
databaseEdition()
Get the databaseEdition property: The edition of the recommended elastic pool.
|
List<TrackedResource> |
databases()
Get the databases property: The list of databases in this pool.
|
Double |
dtu()
Get the dtu property: The DTU for the recommended elastic pool.
|
Double |
maxObservedDtu()
Get the maxObservedDtu property: Gets maximum observed DTU.
|
Double |
maxObservedStorageMB()
Get the maxObservedStorageMB property: Gets maximum observed storage in megabytes.
|
List<RecommendedElasticPoolMetricInner> |
metrics()
Get the metrics property: The list of databases housed in the server.
|
OffsetDateTime |
observationPeriodEnd()
Get the observationPeriodEnd property: The observation period start (ISO8601 format).
|
OffsetDateTime |
observationPeriodStart()
Get the observationPeriodStart property: The observation period start (ISO8601 format).
|
Double |
storageMB()
Get the storageMB property: Gets storage size in megabytes.
|
void |
validate()
Validates the instance.
|
RecommendedElasticPoolInner |
withDatabaseDtuMax(Double databaseDtuMax)
Set the databaseDtuMax property: The maximum DTU for the database.
|
RecommendedElasticPoolInner |
withDatabaseDtuMin(Double databaseDtuMin)
Set the databaseDtuMin property: The minimum DTU for the database.
|
RecommendedElasticPoolInner |
withDtu(Double dtu)
Set the dtu property: The DTU for the recommended elastic pool.
|
RecommendedElasticPoolInner |
withStorageMB(Double storageMB)
Set the storageMB property: Gets storage size in megabytes.
|
public ElasticPoolEdition databaseEdition()
public Double dtu()
public RecommendedElasticPoolInner withDtu(Double dtu)
dtu - the dtu value to set.public Double databaseDtuMin()
public RecommendedElasticPoolInner withDatabaseDtuMin(Double databaseDtuMin)
databaseDtuMin - the databaseDtuMin value to set.public Double databaseDtuMax()
public RecommendedElasticPoolInner withDatabaseDtuMax(Double databaseDtuMax)
databaseDtuMax - the databaseDtuMax value to set.public Double storageMB()
public RecommendedElasticPoolInner withStorageMB(Double storageMB)
storageMB - the storageMB value to set.public OffsetDateTime observationPeriodStart()
public OffsetDateTime observationPeriodEnd()
public Double maxObservedDtu()
public Double maxObservedStorageMB()
public List<TrackedResource> databases()
public List<RecommendedElasticPoolMetricInner> metrics()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.