SqlDatabaseUsageMetric Interface
Implements
public interface SqlDatabaseUsageMetric
extends HasName, HasInnerModel<DatabaseUsageInner>
The result of SQL server usages per SQL Database.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract double | currentValue() |
abstract String | displayName() |
abstract double | limit() |
abstract String | unit() |
Method Details
currentValue
public abstract double currentValue()
Returns:
the current value of the metric
displayName
public abstract String displayName()
Returns:
a user-readable name of the metric
limit
public abstract double limit()
Returns:
the boundary value of the metric
unit
public abstract String unit()
Returns:
the unit of the metric
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java