你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Metrics 类

定义

指标操作。

public class Metrics : Microsoft.Azure.ApplicationInsights.Query.IMetrics, Microsoft.Rest.IServiceOperations<Microsoft.Azure.ApplicationInsights.Query.ApplicationInsightsDataClient>
type Metrics = class
    interface IServiceOperations<ApplicationInsightsDataClient>
    interface IMetrics
Public Class Metrics
Implements IMetrics, IServiceOperations(Of ApplicationInsightsDataClient)
继承
Metrics
实现

构造函数

Metrics(ApplicationInsightsDataClient)

初始化 Metrics 类的新实例。

属性

Client

获取对 ApplicationInsightsDataClient 的引用

方法

GetIntervaledMetricWithHttpMessagesAsync(String, String, String, Nullable<TimeSpan>, IList<String>, IList<String>, Nullable<Int32>, String, String, Dictionary<String,List<String>>, CancellationToken)

检索指标数据

GetIntervaledSegmentedMetricWithHttpMessagesAsync(String, String, String, Nullable<TimeSpan>, IList<String>, IList<String>, Nullable<Int32>, String, String, Dictionary<String,List<String>>, CancellationToken)

检索指标数据

GetMetadataWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

检索指标元数据

GetMetricSummaryWithHttpMessagesAsync(String, String, String, IList<String>, Nullable<Int32>, String, String, Dictionary<String, List<String>>, CancellationToken)

检索摘要指标数据

GetMultipleWithHttpMessagesAsync(String, IList<MetricsPostBodySchema>, Dictionary<String,List<String>>, CancellationToken)

检索指标数据

GetSegmentedMetricWithHttpMessagesAsync(String, String, String, IList<String>, IList<String>, Nullable<Int32>, String, String, Dictionary<String,List<String>>, CancellationToken)

检索指标数据

GetWithHttpMessagesAsync(String, String, String, Nullable<TimeSpan>, IList<String>, IList<String>, Nullable<Int32>, String, String, Dictionary<String,List<String>>, CancellationToken)

检索指标数据

扩展方法

Get(IMetrics, String, String, String, Nullable<TimeSpan>, IList<String>, IList<String>, Nullable<Int32>, String, String)

检索指标数据

GetAsync(IMetrics, String, String, String, Nullable<TimeSpan>, IList<String>, IList<String>, Nullable<Int32>, String, String, CancellationToken)

检索指标数据

GetIntervaledMetric(IMetrics, String, String, String, Nullable<TimeSpan>, IList<String>, IList<String>, Nullable<Int32>, String, String)

检索指标数据

GetIntervaledMetricAsync(IMetrics, String, String, String, Nullable<TimeSpan>, IList<String>, IList<String>, Nullable<Int32>, String, String, CancellationToken)

检索指标数据

GetIntervaledSegmentedMetric(IMetrics, String, String, String, Nullable<TimeSpan>, IList<String>, IList<String>, Nullable<Int32>, String, String)

检索指标数据

GetIntervaledSegmentedMetricAsync(IMetrics, String, String, String, Nullable<TimeSpan>, IList<String>, IList<String>, Nullable<Int32>, String, String, CancellationToken)

检索指标数据

GetMetadata(IMetrics, String)

检索指标元数据

GetMetadataAsync(IMetrics, String, CancellationToken)

检索指标元数据

GetMetricSummary(IMetrics, String, String, String, IList<String>, Nullable<Int32>, String, String)

检索摘要指标数据

GetMetricSummaryAsync(IMetrics, String, String, String, IList<String>, Nullable<Int32>, String, String, CancellationToken)

检索摘要指标数据

GetMultiple(IMetrics, String, IList<MetricsPostBodySchema>)

检索指标数据

GetMultipleAsync(IMetrics, String, IList<MetricsPostBodySchema>, CancellationToken)

检索指标数据

GetSegmentedMetric(IMetrics, String, String, String, IList<String>, IList<String>, Nullable<Int32>, String, String)

检索指标数据

GetSegmentedMetricAsync(IMetrics, String, String, String, IList<String>, IList<String>, Nullable<Int32>, String, String, CancellationToken)

检索指标数据

适用于