ServiceLevelObjectiveUsageMetric Interface

public interface ServiceLevelObjectiveUsageMetric extends HasInner

An immutable client-side representation of an Azure SQL database's service level objective usage metric.

Method Summary

Modifier and Type Method and Description
double inRangeTimeRatio()
ServiceObjectiveName serviceLevelObjective()
UUID serviceLevelObjectiveId()

Inherited Members

Method Details

inRangeTimeRatio

public double inRangeTimeRatio()

Returns:

inRangeTimeRatio for SLO usage metric.

serviceLevelObjective

public ServiceObjectiveName serviceLevelObjective()

Returns:

the serviceLevelObjective for SLO usage metric.

serviceLevelObjectiveId

public UUID serviceLevelObjectiveId()

Returns:

the serviceLevelObjectiveId for SLO usage metric.

Applies to