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

Metric.GetAllSeries 方法

定义

获取此指标中包含的所有指标系列。 每个指标包含一个特殊的零维系列,以及每个唯一维度值组合的一个系列。

public System.Collections.Generic.IReadOnlyList<System.Collections.Generic.KeyValuePair<string[],Microsoft.ApplicationInsights.Metrics.MetricSeries>> GetAllSeries ();
member this.GetAllSeries : unit -> System.Collections.Generic.IReadOnlyList<System.Collections.Generic.KeyValuePair<string[], Microsoft.ApplicationInsights.Metrics.MetricSeries>>
Public Function GetAllSeries () As IReadOnlyList(Of KeyValuePair(Of String(), MetricSeries))

返回

此指标中包含的所有指标系列。 每个指标包含一个特殊的零维系列,以及每个唯一维度值组合的一个系列。

适用于