Uses of Class
com.azure.resourcemanager.monitor.fluent.models.ResponseInner
-
Packages that use ResponseInner 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. -
-
Uses of ResponseInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return ResponseInner Modifier and Type Method Description ResponseInnerMetricsClient. list(String resourceUri)**Lists the metric values for a resource**.Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type ResponseInner Modifier and Type Method Description Mono<ResponseInner>MetricsClient. listAsync(String resourceUri)**Lists the metric values for a resource**.Mono<ResponseInner>MetricsClient. listAsync(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**.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 ResponseInner Modifier and Type Method Description ResponseInnerResponseInner. withCost(Integer cost)Set the cost property: The integer value representing the relative cost of the query.ResponseInnerResponseInner. withInterval(Duration interval)Set the interval property: The interval (window size) for which the metric data was returned in.ResponseInnerResponseInner. withNamespace(String namespace)Set the namespace property: The namespace of the metrics being queried.ResponseInnerResponseInner. withResourceRegion(String resourceRegion)Set the resourceRegion property: The region of the resource being queried for metrics.ResponseInnerResponseInner. withTimespan(String timespan)Set the timespan property: The timespan for which the data was retrieved.ResponseInnerResponseInner. withValue(List<MetricInner> value)Set the value property: the value of the collection.
-