Uses of Class
com.microsoft.azure.management.monitor.TimeSeriesBaseline
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of TimeSeriesBaseline in com.microsoft.azure.management.monitor
Modifier and TypeMethodDescriptionTimeSeriesBaseline.withAggregation
(String aggregation) Set the aggregation type of the metric.TimeSeriesBaseline.withData
(List<SingleBaseline> data) Set the baseline values for each sensitivity.TimeSeriesBaseline.withDimensions
(List<MetricSingleDimension> dimensions) Set the dimensions of this time series.TimeSeriesBaseline.withMetadata
(List<BaselineMetadata> metadata) Set the baseline metadata values.TimeSeriesBaseline.withTimestamps
(List<org.joda.time.DateTime> timestamps) Set the list of timestamps of the baselines.