GetIncidentsForDetectionConfigurationOptions.DimensionKeys 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 set of time series, and only incidents detected in at least one of these sets will be returned. For each element, if all possible dimensions are set, the key uniquely identifies a single time series for the corresponding metric. If only a subset of dimensions are set, the key uniquely identifies a group of time series.
public System.Collections.Generic.IList<Azure.AI.MetricsAdvisor.Models.DimensionKey> DimensionKeys { get; }
member this.DimensionKeys : System.Collections.Generic.IList<Azure.AI.MetricsAdvisor.Models.DimensionKey>
Public ReadOnly Property DimensionKeys As IList(Of DimensionKey)