RecommendedElasticPoolMetric Interface
public interface RecommendedElasticPoolMetric extends HasInner,HasInner
An immutable client-side representation of an Azure SQL Replication link.
Method Summary
Modifier and Type | Method and Description |
---|---|
DateTime | dateTimeProperty() |
double | dtu() |
double | sizeGB() |
Inherited Members
Method Details
dateTimeProperty
public DateTime dateTimeProperty()
Returns:
the time of metric (ISO8601 format).
dtu
public double dtu()
Returns:
the DTUs (Database Transaction Units) See https://azure.microsoft.com/en-us/documentation/articles/sql-database-what-is-a-dtu/
sizeGB
public double sizeGB()
Returns:
the size in gigabytes.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java