Package | Description |
---|---|
com.microsoft.azure.management.monitor |
This package contains the classes for MonitorManagementClient.
|
Modifier and Type | Method and Description |
---|---|
TimeSeriesElement |
TimeSeriesElement.withData(List<MetricValue> data)
Set an array of data points representing the metric values.
|
TimeSeriesElement |
TimeSeriesElement.withMetadatavalues(List<MetadataValue> metadatavalues)
Set the metadata values returned if $filter was specified in the call.
|
Modifier and Type | Method and Description |
---|---|
List<TimeSeriesElement> |
Metric.timeseries()
Get the time series returned when a data query is performed.
|
Copyright © 2019. All rights reserved.