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