SqlSubscriptionUsageMetric Interface
public interface SqlSubscriptionUsageMetric extends Refreshable,HasId,HasName,HasInner
The result of SQL server usages per current subscription.
Method Summary
Modifier and Type | Method and Description |
---|---|
double | currentValue() |
String | displayName() |
double | limit() |
String | type() |
String | unit() |
Inherited Members
HasId.id()
HasInner<T>.inner()
HasName.name()
Refreshable<T>.refresh()
Refreshable<T>.refreshAsync()
Method Details
currentValue
public double currentValue()
Returns:
the current value of the metric
displayName
public String displayName()
Returns:
a user-readable name of the metric
limit
public double limit()
Returns:
the boundary value of the metric
type
public String type()
Returns:
the resource type
unit
public String unit()
Returns:
the unit of the metric
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java