Interface SqlDatabaseMetric

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

@Beta(V1_7_0) public interface SqlDatabaseMetric extends HasInner<com.microsoft.azure.management.sql.implementation.MetricInner>
Response containing the Azure SQL Database metric.
  • Method Details

    • name

      String name()
      Returns:
      the metric name
    • startTime

      org.joda.time.DateTime startTime()
      Returns:
      the start time
    • endTime

      org.joda.time.DateTime endTime()
      Returns:
      the end time
    • timeGrain

      String timeGrain()
      Returns:
      the time grain
    • unit

      UnitType unit()
      Returns:
      the metric's unit type
    • metricValues

      List<SqlDatabaseMetricValue> metricValues()
      Returns:
      the metric values