BaselinesClient Interface
public interface BaselinesClient
An instance of this class provides access to all the operations defined in BaselinesClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
list(String resourceUri)
**Lists the metric baseline values for a resource**. |
abstract
Paged |
list(String resourceUri, String metricnames, String metricnamespace, String timespan, Duration interval, String aggregation, String sensitivities, String filter, ResultType resultType, Context context)
**Lists the metric baseline values for a resource**. |
abstract
Paged |
listAsync(String resourceUri)
**Lists the metric baseline values for a resource**. |
abstract
Paged |
listAsync(String resourceUri, String metricnames, String metricnamespace, String timespan, Duration interval, String aggregation, String sensitivities, String filter, ResultType resultType)
**Lists the metric baseline values for a resource**. |
Method Details
list
public abstract PagedIterable
**Lists the metric baseline values for a resource**.
Parameters:
Returns:
list
public abstract PagedIterable
**Lists the metric baseline values for a resource**.
Parameters:
Returns:
listAsync
public abstract PagedFlux
**Lists the metric baseline values for a resource**.
Parameters:
Returns:
listAsync
public abstract PagedFlux
**Lists the metric baseline values for a resource**.
Parameters:
Returns:
Applies to
Azure SDK for Java