MetricOperationsExtensions Methods
Namespace:
Microsoft.Azure.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetMetrics(IMetricOperations, String, String) | The List Metric operation lists the metric value sets for the resource metrics. |
![]() ![]() | GetMetrics(IMetricOperations, String, String, IEnumerable(Of MetricDefinition)) | Non-async version returns the MetricListResponse straight (consistent with overload for get metrics by name functions) |
![]() ![]() | GetMetricsAsync(IMetricOperations, String, String) | The List Metric operation lists the metric value sets for the resource metrics. |
![]() ![]() | GetMetricsAsync(IMetricOperations, String, String, IEnumerable(Of MetricDefinition)) | Overload for get metrics by definitions that does not require cancellation token (consistent with overload for get metrics by name functions) |
Show:

