Share via


IDatabaseOperations Interface

Definition

DatabaseOperations operations.

public interface IDatabaseOperations
type IDatabaseOperations = interface
Public Interface IDatabaseOperations

Methods

ListMetricDefinitionsWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieves metric definitions for the given database.

ListMetricsWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the metrics determined by the given filter for the given database account and database.

ListUsagesWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieves the usages (most recent data) for the given database.

Extension Methods

ListMetricDefinitionsAsync(IDatabaseOperations, String, String, String, CancellationToken)

Retrieves metric definitions for the given database.

ListMetricsAsync(IDatabaseOperations, String, String, String, String, CancellationToken)

Retrieves the metrics determined by the given filter for the given database account and database.

ListUsagesAsync(IDatabaseOperations, String, String, String, String, CancellationToken)

Retrieves the usages (most recent data) for the given database.

Applies to