public final class RecommendedElasticPoolMetricInner extends Object
| Constructor and Description |
|---|
RecommendedElasticPoolMetricInner() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
dateTime()
Get the dateTime property: The time of metric (ISO8601 format).
|
Double |
dtu()
Get the dtu property: Gets or sets the DTUs (Database Transaction Units).
|
Double |
sizeGB()
Get the sizeGB property: Gets or sets size in gigabytes.
|
void |
validate()
Validates the instance.
|
RecommendedElasticPoolMetricInner |
withDateTime(OffsetDateTime dateTime)
Set the dateTime property: The time of metric (ISO8601 format).
|
RecommendedElasticPoolMetricInner |
withDtu(Double dtu)
Set the dtu property: Gets or sets the DTUs (Database Transaction Units).
|
RecommendedElasticPoolMetricInner |
withSizeGB(Double sizeGB)
Set the sizeGB property: Gets or sets size in gigabytes.
|
public OffsetDateTime dateTime()
public RecommendedElasticPoolMetricInner withDateTime(OffsetDateTime dateTime)
dateTime - the dateTime value to set.public Double dtu()
public RecommendedElasticPoolMetricInner withDtu(Double dtu)
dtu - the dtu value to set.public Double sizeGB()
public RecommendedElasticPoolMetricInner withSizeGB(Double sizeGB)
sizeGB - the sizeGB value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.