Interface SqlDatabaseUsageMetric
- All Superinterfaces:
HasInner<com.microsoft.azure.management.sql.implementation.DatabaseUsageInner>
,HasName
@Beta(V1_8_0)
public interface SqlDatabaseUsageMetric
extends HasName, HasInner<com.microsoft.azure.management.sql.implementation.DatabaseUsageInner>
The result of SQL server usages per SQL Database.
-
Method Details
-
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
org.joda.time.DateTime nextResetTime()- Returns:
- the next reset time for the usage metric (ISO8601 format)
-