MetricsClient Interface
public interface MetricsClient
An instance of this class provides access to all the operations defined in MetricsClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Response |
list(String resourceUri)
**Lists the metric values for a resource**. |
abstract
Mono<Response |
listAsync(String resourceUri)
**Lists the metric values for a resource**. |
abstract
Response<Response |
listWithResponse(String resourceUri, String timespan, Duration interval, String metricnames, String aggregation, Integer top, String orderBy, String filter, ResultType resultType, String metricnamespace, Context context)
**Lists the metric values for a resource**. |
abstract
Mono<Response<Response |
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**. |
Method Details
list
public abstract ResponseInner list(String resourceUri)
**Lists the metric values for a resource**.
Parameters:
Returns:
listAsync
public abstract Mono
**Lists the metric values for a resource**.
Parameters:
Returns:
listWithResponse
public abstract Response
**Lists the metric values for a resource**.
Parameters:
Returns:
listWithResponseAsync
public abstract Mono
**Lists the metric values for a resource**.
Parameters:
Returns:
Applies to
Azure SDK for Java