| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.fluent |
Package containing the service clients for MonitorClient.
|
| com.azure.resourcemanager.monitor.fluent.models |
Package containing the inner data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseInner |
MetricsClient.list(String resourceUri)
**Lists the metric values for a resource**.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseInner |
ResponseInner.withCost(Integer cost)
Set the cost property: The integer value representing the cost of the query, for data case.
|
ResponseInner |
ResponseInner.withInterval(Duration interval)
Set the interval property: The interval (window size) for which the metric data was returned in.
|
ResponseInner |
ResponseInner.withNamespace(String namespace)
Set the namespace property: The namespace of the metrics been queried.
|
ResponseInner |
ResponseInner.withResourceRegion(String resourceRegion)
Set the resourceRegion property: The region of the resource been queried for metrics.
|
ResponseInner |
ResponseInner.withTimespan(String timespan)
Set the timespan property: The timespan for which the data was retrieved.
|
ResponseInner |
ResponseInner.withValue(List<MetricInner> value)
Set the value property: the value of the collection.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.