Uses of Class
com.microsoft.azure.management.monitor.SingleBaseline
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of SingleBaseline in com.microsoft.azure.management.monitor
Modifier 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.Modifier and TypeMethodDescriptionTimeSeriesBaseline.data()
Get the baseline values for each sensitivity.Modifier and TypeMethodDescriptionTimeSeriesBaseline.withData
(List<SingleBaseline> data) Set the baseline values for each sensitivity.