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