你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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()

Gets the current value of the metric.

abstract String displayName()

Gets a user-readable name of the metric.

abstract double limit()

Gets the boundary value of the metric.

abstract String unit()

Gets the unit of the metric.

Method Details

currentValue

public abstract double currentValue()

Gets the current value of the metric.

Returns:

the current value of the metric

displayName

public abstract String displayName()

Gets a user-readable name of the metric.

Returns:

a user-readable name of the metric

limit

public abstract double limit()

Gets the boundary value of the metric.

Returns:

the boundary value of the metric

unit

public abstract String unit()

Gets the unit of the metric.

Returns:

the unit of the metric

Applies to