IMetricsOperations Interface

Definition

MetricsOperations operations.

public interface IMetricsOperations
type IMetricsOperations = interface
Public Interface IMetricsOperations

Methods

ListWithHttpMessagesAsync(String, ODataQuery<MetadataValue>, String, Nullable<TimeSpan>, String, String, Nullable<Int32>, String, Nullable<ResultType>, String, Dictionary<String,List<String>>, CancellationToken)

Lists the metric values for a resource.

Extension Methods

List(IMetricsOperations, String, ODataQuery<MetadataValue>, String, Nullable<TimeSpan>, String, String, Nullable<Int32>, String, Nullable<ResultType>, String)

Lists the metric values for a resource.

ListAsync(IMetricsOperations, String, ODataQuery<MetadataValue>, String, Nullable<TimeSpan>, String, String, Nullable<Int32>, String, Nullable<ResultType>, String, CancellationToken)

Lists the metric values for a resource.

Applies to