DatabasesClient Interface
public interface DatabasesClient
An instance of this class provides access to all the operations defined in DatabasesClient.
Method Summary
Method Details
listMetricDefinitions
public abstract PagedIterable
Retrieves metric definitions for the given database.
Parameters:
Returns:
listMetricDefinitions
public abstract PagedIterable
Retrieves metric definitions for the given database.
Parameters:
Returns:
listMetricDefinitionsAsync
public abstract PagedFlux
Retrieves metric definitions for the given database.
Parameters:
Returns:
listMetrics
public abstract PagedIterable
Retrieves the metrics determined by the given filter for the given database account and database.
Parameters:
Returns:
listMetrics
public abstract PagedIterable
Retrieves the metrics determined by the given filter for the given database account and database.
Parameters:
Returns:
listMetricsAsync
public abstract PagedFlux
Retrieves the metrics determined by the given filter for the given database account and database.
Parameters:
Returns:
listUsages
public abstract PagedIterable
Retrieves the usages (most recent data) for the given database.
Parameters:
Returns:
listUsages
public abstract PagedIterable
Retrieves the usages (most recent data) for the given database.
Parameters:
Returns:
listUsagesAsync
public abstract PagedFlux
Retrieves the usages (most recent data) for the given database.
Parameters:
Returns:
listUsagesAsync
public abstract PagedFlux
Retrieves the usages (most recent data) for the given database.
Parameters:
Returns:
Applies to
Azure SDK for Java