SqlDatabaseUsageMetric Interface
Implements
public interface SqlDatabaseUsageMetric
extends HasName, HasInnerModel<DatabaseUsageInner>
The result of SQL server usages per SQL Database.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract double |
currentValue()
Gets the current value of the metric. |
abstract String |
displayName()
Gets a user-readable name of the metric. |
abstract double |
limit()
Gets the boundary value of the metric. |
abstract String |
unit()
Gets the unit of the metric. |
Method Details
currentValue
public abstract double currentValue()
Gets the current value of the metric.
Returns:
displayName
public abstract String displayName()
Gets a user-readable name of the metric.
Returns:
limit
public abstract double limit()
Gets the boundary value of the metric.
Returns:
unit
public abstract String unit()
Gets the unit of the metric.
Returns:
Applies to
Azure SDK for Java