Uses of Class
com.azure.resourcemanager.monitor.models.SingleBaseline
Packages that use SingleBaseline
Package
Description
Package containing the data models for MonitorClient.
-
Uses of SingleBaseline in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return SingleBaselineModifier and TypeMethodDescriptionstatic SingleBaseline
SingleBaseline.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SingleBaseline from the JsonReader.SingleBaseline.withHighThresholds
(List<Double> highThresholds) Set the highThresholds property: The high thresholds of the baseline.SingleBaseline.withLowThresholds
(List<Double> lowThresholds) Set the lowThresholds property: The low thresholds of the baseline.SingleBaseline.withSensitivity
(BaselineSensitivity sensitivity) Set the sensitivity property: the sensitivity of the baseline.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type SingleBaselineModifier and TypeMethodDescriptionTimeSeriesBaseline.data()
Get the data property: The baseline values for each sensitivity.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type SingleBaselineModifier and TypeMethodDescriptionTimeSeriesBaseline.withData
(List<SingleBaseline> data) Set the data property: The baseline values for each sensitivity.