GetMetricSeriesDataOptions.SeriesKeys Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Filters the result by time series. Each element in this list represents a single time series, and only anomalies detected in one of these series will be returned. For every element, all possible dimensions must be set.
public System.Collections.Generic.IList<Azure.AI.MetricsAdvisor.Models.DimensionKey> SeriesKeys { get; }
member this.SeriesKeys : System.Collections.Generic.IList<Azure.AI.MetricsAdvisor.Models.DimensionKey>
Public ReadOnly Property SeriesKeys As IList(Of DimensionKey)
Property Value
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET