MetricAnomalyAlertScope.SeriesGroupInScope Property

Definition

Defines the set of time series included in this scope. 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 Azure.AI.MetricsAdvisor.Models.DimensionKey SeriesGroupInScope { get; }
member this.SeriesGroupInScope : Azure.AI.MetricsAdvisor.Models.DimensionKey
Public ReadOnly Property SeriesGroupInScope As DimensionKey

Property Value

Remarks

This property is only set when ScopeType is SeriesGroup.

Applies to