Interface SqlDatabaseUsageMetric

All Superinterfaces:
HasInnerModel<DatabaseUsageInner>, HasName

public interface SqlDatabaseUsageMetric extends HasName, HasInnerModel<DatabaseUsageInner>
The result of SQL server usages per SQL Database.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Gets the current value of the metric.
    Gets a user-readable name of the metric.
    double
    Gets the boundary value of the metric.
    Gets the unit of the metric.

    Methods inherited from interface HasInnerModel

    innerModel

    Methods inherited from interface HasName

    name
  • Method Details

    • displayName

      String displayName()
      Gets a user-readable name of the metric.
      Returns:
      a user-readable name of the metric
    • currentValue

      double currentValue()
      Gets the current value of the metric.
      Returns:
      the current value of the metric
    • limit

      double limit()
      Gets the boundary value of the metric.
      Returns:
      the boundary value of the metric
    • unit

      String unit()
      Gets the unit of the metric.
      Returns:
      the unit of the metric