SloUsageMetricInterface Interface
public interface SloUsageMetricInterface extends HasInner,HasInner
An immutable client-side representation of an Azure SQL database's SloUsageMetric.
Method Summary
Modifier and Type | Method and Description |
---|---|
double | inRangeTimeRatio() |
Service |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java