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