Interface SloUsageMetricInterface
-
- All Superinterfaces:
HasInnerModel<SloUsageMetric>
public interface SloUsageMetricInterface extends HasInnerModel<SloUsageMetric>
An immutable client-side representation of an Azure SQL database's SloUsageMetric.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doubleinRangeTimeRatio()ServiceObjectiveNameserviceLevelObjective()UUIDserviceLevelObjectiveId()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
-
-
-
Method Detail
-
serviceLevelObjective
ServiceObjectiveName serviceLevelObjective()
- Returns:
- the serviceLevelObjective for SLO usage metric.
-
serviceLevelObjectiveId
UUID serviceLevelObjectiveId()
- Returns:
- the serviceLevelObjectiveId for SLO usage metric.
-
inRangeTimeRatio
double inRangeTimeRatio()
- Returns:
- inRangeTimeRatio for SLO usage metric.
-
-