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() |
abstract String | displayName() |
abstract double | limit() |
abstract String | type() |
abstract String | unit() |
Method Details
currentValue
public abstract double currentValue()
Returns:
the current value of the metric
displayName
public abstract String displayName()
Returns:
a user-readable name of the metric
limit
public abstract double limit()
Returns:
the boundary value of the metric
type
public abstract String type()
Returns:
the resource type
unit
public abstract String unit()
Returns:
the unit of the metric
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java