Uses of Class
com.microsoft.azure.management.monitor.TimeSeriesElement
Packages that use TimeSeriesElement
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of TimeSeriesElement in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return TimeSeriesElementModifier and TypeMethodDescriptionTimeSeriesElement.withData
(List<MetricValue> data) Set an array of data points representing the metric values.TimeSeriesElement.withMetadatavalues
(List<MetadataValue> metadatavalues) Set the metadata values returned if $filter was specified in the call.Methods in com.microsoft.azure.management.monitor that return types with arguments of type TimeSeriesElementModifier and TypeMethodDescriptionMetric.timeseries()
Get the time series returned when a data query is performed.