Uses of Class
com.azure.resourcemanager.monitor.fluent.models.ResponseInner
Packages that use ResponseInner
Package
Description
Package containing the service clients for MonitorClient.
Package containing the inner data models for MonitorClient.
-
Uses of ResponseInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return ResponseInnerModifier and TypeMethodDescription**Lists the metric values for a resource**.Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type ResponseInnerModifier and TypeMethodDescription**Lists the metric values for a resource**.com.azure.core.http.rest.Response<ResponseInner> MetricsClient.listWithResponse(String resourceUri, String timespan, Duration interval, String metricnames, String aggregation, Integer top, String orderBy, String filter, ResultType resultType, String metricnamespace, com.azure.core.util.Context context) **Lists the metric values for a resource**.Mono<com.azure.core.http.rest.Response<ResponseInner>> MetricsClient.listWithResponseAsync(String resourceUri, String timespan, Duration interval, String metricnames, String aggregation, Integer top, String orderBy, String filter, ResultType resultType, String metricnamespace) **Lists the metric values for a resource**. -
Uses of ResponseInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return ResponseInnerModifier and TypeMethodDescriptionstatic ResponseInnerResponseInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResponseInner from the JsonReader.Set the cost property: The integer value representing the relative cost of the query.ResponseInner.withInterval(Duration interval) Set the interval property: The interval (window size) for which the metric data was returned in.ResponseInner.withNamespace(String namespace) Set the namespace property: The namespace of the metrics being queried.ResponseInner.withResourceRegion(String resourceRegion) Set the resourceRegion property: The region of the resource being queried for metrics.ResponseInner.withTimespan(String timespan) Set the timespan property: The timespan for which the data was retrieved.ResponseInner.withValue(List<MetricInner> value) Set the value property: the value of the collection.