| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
MetricValue |
MetricValue.withAverage(Double average)
Set the average property: the average value in the time range.
|
MetricValue |
MetricValue.withCount(Double count)
Set the count property: the number of samples in the time range.
|
MetricValue |
MetricValue.withMaximum(Double maximum)
Set the maximum property: the greatest value in the time range.
|
MetricValue |
MetricValue.withMinimum(Double minimum)
Set the minimum property: the least value in the time range.
|
MetricValue |
MetricValue.withTimestamp(OffsetDateTime timestamp)
Set the timestamp property: the timestamp for the metric value in ISO 8601 format.
|
MetricValue |
MetricValue.withTotal(Double total)
Set the total property: the sum of all of the values in the time range.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.