PartitionKeyRangeIdRegionsClient Interface
public interface PartitionKeyRangeIdRegionsClient
An instance of this class provides access to all the operations defined in PartitionKeyRangeIdRegionsClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
listMetrics(String resourceGroupName, String accountName, String region, String databaseRid, String collectionRid, String partitionKeyRangeId, String filter)
Retrieves the metrics determined by the given filter for the given partition key range id and region. |
abstract
Paged |
listMetrics(String resourceGroupName, String accountName, String region, String databaseRid, String collectionRid, String partitionKeyRangeId, String filter, Context context)
Retrieves the metrics determined by the given filter for the given partition key range id and region. |
abstract
Paged |
listMetricsAsync(String resourceGroupName, String accountName, String region, String databaseRid, String collectionRid, String partitionKeyRangeId, String filter)
Retrieves the metrics determined by the given filter for the given partition key range id and region. |
Method Details
listMetrics
public abstract PagedIterable
Retrieves the metrics determined by the given filter for the given partition key range id and region.
Parameters:
Returns:
listMetrics
public abstract PagedIterable
Retrieves the metrics determined by the given filter for the given partition key range id and region.
Parameters:
Returns:
listMetricsAsync
public abstract PagedFlux
Retrieves the metrics determined by the given filter for the given partition key range id and region.
Parameters:
Returns:
Applies to
Azure SDK for Java