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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java