ServerMetric Interface
Implements
public interface ServerMetric
extends HasInnerModel<ServerUsageInner>
An immutable client-side representation of an Azure SQL ServerMetric.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract double | currentValue() |
abstract String | displayName() |
abstract double | limit() |
abstract String | name() |
abstract String | unit() |
Method Details
currentValue
public abstract double currentValue()
Returns:
the current value of the metric
displayName
public abstract String displayName()
Returns:
the metric display name
limit
public abstract double limit()
Returns:
the current limit of the metric
name
public abstract String name()
Returns:
Name of the server usage metric
unit
public abstract String unit()
Returns:
the units of the metric
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java