Uses of Class
com.microsoft.azure.management.monitor.TimeSeriesInformation
-
-
Uses of TimeSeriesInformation in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return TimeSeriesInformation Modifier and Type Method Description TimeSeriesInformationTimeSeriesInformation. withSensitivities(List<String> sensitivities)Set the list of sensitivities for calculating the baseline.TimeSeriesInformationTimeSeriesInformation. withTimestamps(List<org.joda.time.DateTime> timestamps)Set the array of timestamps of the baselines.TimeSeriesInformationTimeSeriesInformation. withValues(List<Double> values)Set the metric values to calculate the baseline.
-