SloUsageMetricInterface Interface

Implements

public interface SloUsageMetricInterface
extends HasInner<SloUsageMetric>

An immutable client-side representation of an Azure SQL database's SloUsageMetric.

Method Summary

Modifier and Type Method and Description
abstract double inRangeTimeRatio()
abstract ServiceObjectiveName serviceLevelObjective()
abstract java.util.UUID serviceLevelObjectiveId()

Method Details

inRangeTimeRatio

public abstract double inRangeTimeRatio()

Returns:

inRangeTimeRatio for SLO usage metric.

serviceLevelObjective

public abstract ServiceObjectiveName serviceLevelObjective()

Returns:

the serviceLevelObjective for SLO usage metric.

serviceLevelObjectiveId

public abstract UUID serviceLevelObjectiveId()

Returns:

the serviceLevelObjectiveId for SLO usage metric.

Applies to