IMetricOperations Interface
Updated: September 18, 2014
Operations for metric values.
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
| Name | Description | |
|---|---|---|
![]() | GetMetricsAsync(String, String, CancellationToken) | The List Metric operation lists the metric value sets for the resource metrics. |
![]() | GetMetricsAsync(String, String, IEnumerable<MetricDefinition>, CancellationToken) | Get Metrics function that takes in the MetricDefinitions (rather than names in the filter string) to allow users to cache the definitions themselves |
| Name | Description | |
|---|---|---|
![]() | GetMetrics(String, String) | Overloaded. The List Metric operation lists the metric value sets for the resource metrics.(Defined by MetricOperationsExtensions.) |
![]() | GetMetrics(String, String, IEnumerable<MetricDefinition>) | Overloaded. Non-async version returns the MetricListResponse straight (consistent with overload for get metrics by name functions)(Defined by MetricOperationsExtensions.) |
![]() | GetMetricsAsync(String, String) | Overloaded. The List Metric operation lists the metric value sets for the resource metrics.(Defined by MetricOperationsExtensions.) |
![]() | GetMetricsAsync(String, String, IEnumerable<MetricDefinition>) | Overloaded. Overload for get metrics by definitions that does not require cancellation token (consistent with overload for get metrics by name functions)(Defined by MetricOperationsExtensions.) |
.jpeg?cs-save-lang=1&cs-lang=csharp)