SqlDatabaseUsageMetric Interface
public interface SqlDatabaseUsageMetric extends HasName,HasInner
The result of SQL server usages per SQL Database.
Method Summary
Modifier and Type | Method and Description |
---|---|
double | currentValue() |
String | displayName() |
double | limit() |
DateTime | nextResetTime() |
String | resourceName() |
String | unit() |
Inherited Members
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
nextResetTime
public DateTime nextResetTime()
Returns:
the next reset time for the usage metric (ISO8601 format)
resourceName
public String resourceName()
Returns:
the name of the SQL Database resource
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