Package | Description |
---|---|
com.microsoft.azure.management.monitor |
This package contains the classes for MonitorManagementClient.
|
Modifier and Type | Method and Description |
---|---|
TimeSeriesInformation |
TimeSeriesInformation.withSensitivities(List<String> sensitivities)
Set the list of sensitivities for calculating the baseline.
|
TimeSeriesInformation |
TimeSeriesInformation.withTimestamps(List<org.joda.time.DateTime> timestamps)
Set the array of timestamps of the baselines.
|
TimeSeriesInformation |
TimeSeriesInformation.withValues(List<Double> values)
Set the metric values to calculate the baseline.
|
Copyright © 2019. All rights reserved.