com.azure.core.http.rest.PagedIterable<PercentileMetricInner> |
PercentilesClient.listMetrics(String resourceGroupName,
String accountName,
String filter) |
Retrieves the metrics determined by the given filter for the given database account.
|
com.azure.core.http.rest.PagedIterable<PercentileMetricInner> |
PercentilesClient.listMetrics(String resourceGroupName,
String accountName,
String filter,
com.azure.core.util.Context context) |
Retrieves the metrics determined by the given filter for the given database account.
|
com.azure.core.http.rest.PagedIterable<PercentileMetricInner> |
PercentileSourceTargetsClient.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.
|
com.azure.core.http.rest.PagedIterable<PercentileMetricInner> |
PercentileSourceTargetsClient.listMetrics(String resourceGroupName,
String accountName,
String sourceRegion,
String targetRegion,
String filter,
com.azure.core.util.Context context) |
Retrieves the metrics determined by the given filter for the given account, source and target region.
|
com.azure.core.http.rest.PagedIterable<PercentileMetricInner> |
PercentileTargetsClient.listMetrics(String resourceGroupName,
String accountName,
String targetRegion,
String filter) |
Retrieves the metrics determined by the given filter for the given account target region.
|
com.azure.core.http.rest.PagedIterable<PercentileMetricInner> |
PercentileTargetsClient.listMetrics(String resourceGroupName,
String accountName,
String targetRegion,
String filter,
com.azure.core.util.Context context) |
Retrieves the metrics determined by the given filter for the given account target region.
|
com.azure.core.http.rest.PagedFlux<PercentileMetricInner> |
PercentilesClient.listMetricsAsync(String resourceGroupName,
String accountName,
String filter) |
Retrieves the metrics determined by the given filter for the given database account.
|
com.azure.core.http.rest.PagedFlux<PercentileMetricInner> |
PercentileSourceTargetsClient.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.
|
com.azure.core.http.rest.PagedFlux<PercentileMetricInner> |
PercentileTargetsClient.listMetricsAsync(String resourceGroupName,
String accountName,
String targetRegion,
String filter) |
Retrieves the metrics determined by the given filter for the given account target region.
|