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