Interface SqlSubscriptionUsageMetric
-
- All Superinterfaces:
HasId,HasInnerModel<SubscriptionUsageInner>,HasName,Refreshable<SqlSubscriptionUsageMetric>
public interface SqlSubscriptionUsageMetric extends Refreshable<SqlSubscriptionUsageMetric>, HasId, HasName, HasInnerModel<SubscriptionUsageInner>
The result of SQL server usages per current subscription.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublecurrentValue()StringdisplayName()doublelimit()Stringtype()Stringunit()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
-
-
-
Method Detail
-
displayName
String displayName()
- Returns:
- a user-readable name of the metric
-
currentValue
double currentValue()
- Returns:
- the current value of the metric
-
limit
double limit()
- Returns:
- the boundary value of the metric
-
unit
String unit()
- Returns:
- the unit of the metric
-
type
String type()
- Returns:
- the resource type
-
-