Interface ServerUsage
- All Superinterfaces:
HasInnerModel<ServerUsageInner>
An immutable client-side representation of an Azure SQL server usage metric.
-
Method Summary
Modifier and TypeMethodDescriptiondoubleGets the current value of the metric.Gets the metric display name.doublelimit()Gets the current limit of the metric.name()Gets name of the server usage metric.Gets the next reset time for the metric.Gets the name of the resource.unit()Gets the units of the metric.Methods inherited from interface HasInnerModel
innerModel
-
Method Details
-
name
-
resourceName
-
displayName
-
currentValue
double currentValue()Gets the current value of the metric.- Returns:
- the current value of the metric
-
limit
double limit()Gets the current limit of the metric.- Returns:
- the current limit of the metric
-
unit
-
nextResetTime
OffsetDateTime nextResetTime()Gets the next reset time for the metric.- Returns:
- the next reset time for the metric (ISO8601 format)
-