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