IMetricsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MetricsOperations operations.
In this article
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