Interface RecommendedElasticPoolMetric

All Superinterfaces:
HasInner<com.microsoft.azure.management.sql.implementation.RecommendedElasticPoolMetricInner>

public interface RecommendedElasticPoolMetric extends HasInner<com.microsoft.azure.management.sql.implementation.RecommendedElasticPoolMetricInner>
An immutable client-side representation of an Azure SQL Replication link.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.joda.time.DateTime
     
    double
    dtu()
     
    double
     

    Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner

    inner
  • Method Details

    • dateTimeProperty

      org.joda.time.DateTime dateTimeProperty()
      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.