Interface SqlDatabaseUsageMetric
-
- All Superinterfaces:
HasInnerModel<DatabaseUsageInner>,HasName
public interface SqlDatabaseUsageMetric extends HasName, HasInnerModel<DatabaseUsageInner>
The result of SQL server usages per SQL Database.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublecurrentValue()StringdisplayName()doublelimit()OffsetDateTimenextResetTime()StringresourceName()Stringunit()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
-
-
-
Method Detail
-
resourceName
String resourceName()
- Returns:
- the name of the SQL Database resource
-
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
-
nextResetTime
OffsetDateTime nextResetTime()
- Returns:
- the next reset time for the usage metric (ISO8601 format)
-
-