Uses of Class
com.microsoft.azure.management.monitor.TimeSeriesElement
-
-
Uses of TimeSeriesElement in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return TimeSeriesElement Modifier and Type Method Description TimeSeriesElementTimeSeriesElement. withData(List<MetricValue> data)Set an array of data points representing the metric values.TimeSeriesElementTimeSeriesElement. 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 TimeSeriesElement Modifier and Type Method Description List<TimeSeriesElement>Metric. timeseries()Get the time series returned when a data query is performed.
-