AnomalyDetectionConfiguration.WholeSeriesDetectionConditions 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.
The default anomaly detection conditions to be applied to all time series. Be aware that these are only default conditions. They will only be applied to a new data point if the lists SeriesDetectionConditions and SeriesGroupDetectionConditions do not specify conditions for the point's time series.
public Azure.AI.MetricsAdvisor.Models.MetricWholeSeriesDetectionCondition WholeSeriesDetectionConditions { get; set; }
member this.WholeSeriesDetectionConditions : Azure.AI.MetricsAdvisor.Models.MetricWholeSeriesDetectionCondition with get, set
Public Property WholeSeriesDetectionConditions As MetricWholeSeriesDetectionCondition
Property Value
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