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

IMetrics 接口

定义

指标操作。

public interface IMetrics
type IMetrics = interface
Public Interface IMetrics
派生

方法

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)

检索指标数据

适用于