com.azure.core.http.rest.PagedIterable<MetricInner> |
CollectionRegionsClient.listMetrics(String resourceGroupName,
String accountName,
String region,
String databaseRid,
String collectionRid,
String filter) |
Retrieves the metrics determined by the given filter for the given database account, collection and region.
|
com.azure.core.http.rest.PagedIterable<MetricInner> |
CollectionRegionsClient.listMetrics(String resourceGroupName,
String accountName,
String region,
String databaseRid,
String collectionRid,
String filter,
com.azure.core.util.Context context) |
Retrieves the metrics determined by the given filter for the given database account, collection and region.
|
com.azure.core.http.rest.PagedIterable<MetricInner> |
CollectionsClient.listMetrics(String resourceGroupName,
String accountName,
String databaseRid,
String collectionRid,
String filter) |
Retrieves the metrics determined by the given filter for the given database account and collection.
|
com.azure.core.http.rest.PagedIterable<MetricInner> |
CollectionsClient.listMetrics(String resourceGroupName,
String accountName,
String databaseRid,
String collectionRid,
String filter,
com.azure.core.util.Context context) |
Retrieves the metrics determined by the given filter for the given database account and collection.
|
com.azure.core.http.rest.PagedIterable<MetricInner> |
DatabaseAccountRegionsClient.listMetrics(String resourceGroupName,
String accountName,
String region,
String filter) |
Retrieves the metrics determined by the given filter for the given database account and region.
|
com.azure.core.http.rest.PagedIterable<MetricInner> |
DatabaseAccountRegionsClient.listMetrics(String resourceGroupName,
String accountName,
String region,
String filter,
com.azure.core.util.Context context) |
Retrieves the metrics determined by the given filter for the given database account and region.
|
com.azure.core.http.rest.PagedIterable<MetricInner> |
DatabaseAccountsClient.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<MetricInner> |
DatabaseAccountsClient.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<MetricInner> |
DatabasesClient.listMetrics(String resourceGroupName,
String accountName,
String databaseRid,
String filter) |
Retrieves the metrics determined by the given filter for the given database account and database.
|
com.azure.core.http.rest.PagedIterable<MetricInner> |
DatabasesClient.listMetrics(String resourceGroupName,
String accountName,
String databaseRid,
String filter,
com.azure.core.util.Context context) |
Retrieves the metrics determined by the given filter for the given database account and database.
|
com.azure.core.http.rest.PagedFlux<MetricInner> |
CollectionRegionsClient.listMetricsAsync(String resourceGroupName,
String accountName,
String region,
String databaseRid,
String collectionRid,
String filter) |
Retrieves the metrics determined by the given filter for the given database account, collection and region.
|
com.azure.core.http.rest.PagedFlux<MetricInner> |
CollectionsClient.listMetricsAsync(String resourceGroupName,
String accountName,
String databaseRid,
String collectionRid,
String filter) |
Retrieves the metrics determined by the given filter for the given database account and collection.
|
com.azure.core.http.rest.PagedFlux<MetricInner> |
DatabaseAccountRegionsClient.listMetricsAsync(String resourceGroupName,
String accountName,
String region,
String filter) |
Retrieves the metrics determined by the given filter for the given database account and region.
|
com.azure.core.http.rest.PagedFlux<MetricInner> |
DatabaseAccountsClient.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<MetricInner> |
DatabasesClient.listMetricsAsync(String resourceGroupName,
String accountName,
String databaseRid,
String filter) |
Retrieves the metrics determined by the given filter for the given database account and database.
|