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

MetricsExtensions 类

定义

指标的扩展方法。

public static class MetricsExtensions
type MetricsExtensions = class
Public Module MetricsExtensions
继承
MetricsExtensions

方法

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)

检索指标数据

适用于