Interface RecommendedElasticPoolMetric
-
- All Superinterfaces:
HasInnerModel<RecommendedElasticPoolMetricInner>
public interface RecommendedElasticPoolMetric extends HasInnerModel<RecommendedElasticPoolMetricInner>
An immutable client-side representation of an Azure SQL Replication link.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OffsetDateTimedateTime()doubledtu()doublesizeGB()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
-
-
-
Method Detail
-
dateTime
OffsetDateTime dateTime()
- Returns:
- the time of metric (ISO8601 format).
-
dtu
double dtu()
- Returns:
- the DTUs (Database Transaction Units) See https://azure.microsoft.com/en-us/documentation/articles/sql-database-what-is-a-dtu/
-
sizeGB
double sizeGB()
- Returns:
- the size in gigabytes.
-
-