SqlDatabaseUsageMetric Interface

Implements

HasName HasInner<com.microsoft.azure.management.sql.implementation.DatabaseUsageInner>

public interface SqlDatabaseUsageMetric
extends HasName, HasInner<com.microsoft.azure.management.sql.implementation.DatabaseUsageInner>

The result of SQL server usages per SQL Database.

Method Summary

Modifier and Type Method and Description
abstract double currentValue()
abstract java.lang.String displayName()
abstract double limit()
abstract org.joda.time.DateTime nextResetTime()
abstract java.lang.String resourceName()
abstract java.lang.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

nextResetTime

public abstract DateTime nextResetTime()

Returns:

the next reset time for the usage metric (ISO8601 format)

resourceName

public abstract String resourceName()

Returns:

the name of the SQL Database resource

unit

public abstract String unit()

Returns:

the unit of the metric

Applies to