Uses of Class
com.azure.resourcemanager.monitor.models.SingleBaseline
-
Packages that use SingleBaseline Package Description com.azure.resourcemanager.monitor.models 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 SingleBaseline Modifier and Type Method Description SingleBaselineSingleBaseline. withHighThresholds(List<Double> highThresholds)Set the highThresholds property: The high thresholds of the baseline.SingleBaselineSingleBaseline. withLowThresholds(List<Double> lowThresholds)Set the lowThresholds property: The low thresholds of the baseline.SingleBaselineSingleBaseline. 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 SingleBaseline Modifier and Type Method Description List<SingleBaseline>TimeSeriesBaseline. data()Get the data property: The baseline values for each sensitivity.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type SingleBaseline Modifier and Type Method Description TimeSeriesBaselineTimeSeriesBaseline. withData(List<SingleBaseline> data)Set the data property: The baseline values for each sensitivity.
-