MetricAnomalyAlertScope.SeriesGroupInScope 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET