Uses of Class
com.microsoft.azure.management.monitor.SingleBaseline
Packages that use SingleBaseline
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of SingleBaseline in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return SingleBaselineModifier and TypeMethodDescriptionSingleBaseline.withHighThresholds
(List<Double> highThresholds) Set the high thresholds of the baseline.SingleBaseline.withLowThresholds
(List<Double> lowThresholds) Set the low thresholds of the baseline.SingleBaseline.withSensitivity
(BaselineSensitivity sensitivity) Set the sensitivity of the baseline.Methods in com.microsoft.azure.management.monitor that return types with arguments of type SingleBaselineModifier and TypeMethodDescriptionTimeSeriesBaseline.data()
Get the baseline values for each sensitivity.Method parameters in com.microsoft.azure.management.monitor with type arguments of type SingleBaselineModifier and TypeMethodDescriptionTimeSeriesBaseline.withData
(List<SingleBaseline> data) Set the baseline values for each sensitivity.