PercentilesClient Interface
public interface PercentilesClient
An instance of this class provides access to all the operations defined in PercentilesClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
listMetrics(String resourceGroupName, String accountName, String filter)
Retrieves the metrics determined by the given filter for the given database account. |
abstract
Paged |
listMetrics(String resourceGroupName, String accountName, String filter, Context context)
Retrieves the metrics determined by the given filter for the given database account. |
abstract
Paged |
listMetricsAsync(String resourceGroupName, String accountName, String filter)
Retrieves the metrics determined by the given filter for the given database account. |
Method Details
listMetrics
public abstract PagedIterable
Retrieves the metrics determined by the given filter for the given database account. This url is only for PBS and Replication Latency data.
Parameters:
Returns:
listMetrics
public abstract PagedIterable
Retrieves the metrics determined by the given filter for the given database account. This url is only for PBS and Replication Latency data.
Parameters:
Returns:
listMetricsAsync
public abstract PagedFlux
Retrieves the metrics determined by the given filter for the given database account. This url is only for PBS and Replication Latency data.
Parameters:
Returns:
Applies to
Azure SDK for Java