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

ListMetricDefinitions(IDatabaseOperations, String, String, String)

Retrieves metric definitions for the given database.

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

Retrieves metric definitions for the given database.

ListMetrics(IDatabaseOperations, String, String, String, String)

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

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

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

ListUsages(IDatabaseOperations, String, String, String, String)

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

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

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

Applies to