SqlSubscriptionUsageMetric Interface
Implements
public interface SqlSubscriptionUsageMetric
extends Refreshable<SqlSubscriptionUsageMetric>, HasId, HasName, HasInnerModel<SubscriptionUsageInner>
The result of SQL server usages per current subscription.
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 |
type()
Gets the resource type. |
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:
type
public abstract String type()
Gets the resource type.
Returns:
unit
public abstract String unit()
Gets the unit of the metric.
Returns: