MetricsAdvisorModelFactory.AnomalyDetectionConfiguration Method
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.
Initializes a new instance of AnomalyDetectionConfiguration for mocking purposes.
public static Azure.AI.MetricsAdvisor.Models.AnomalyDetectionConfiguration AnomalyDetectionConfiguration(string id = default, string name = default, string description = default, string metricId = default, Azure.AI.MetricsAdvisor.Models.MetricWholeSeriesDetectionCondition wholeSeriesDetectionConditions = default, System.Collections.Generic.IEnumerable<Azure.AI.MetricsAdvisor.Models.MetricSeriesGroupDetectionCondition> seriesGroupDetectionConditions = default, System.Collections.Generic.IEnumerable<Azure.AI.MetricsAdvisor.Models.MetricSingleSeriesDetectionCondition> seriesDetectionConditions = default);
static member AnomalyDetectionConfiguration : string * string * string * string * Azure.AI.MetricsAdvisor.Models.MetricWholeSeriesDetectionCondition * seq<Azure.AI.MetricsAdvisor.Models.MetricSeriesGroupDetectionCondition> * seq<Azure.AI.MetricsAdvisor.Models.MetricSingleSeriesDetectionCondition> -> Azure.AI.MetricsAdvisor.Models.AnomalyDetectionConfiguration
Public Shared Function AnomalyDetectionConfiguration (Optional id As String = Nothing, Optional name As String = Nothing, Optional description As String = Nothing, Optional metricId As String = Nothing, Optional wholeSeriesDetectionConditions As MetricWholeSeriesDetectionCondition = Nothing, Optional seriesGroupDetectionConditions As IEnumerable(Of MetricSeriesGroupDetectionCondition) = Nothing, Optional seriesDetectionConditions As IEnumerable(Of MetricSingleSeriesDetectionCondition) = Nothing) As AnomalyDetectionConfiguration
Parameters
- description
- String
Sets the Description property.
- wholeSeriesDetectionConditions
- MetricWholeSeriesDetectionCondition
Sets the WholeSeriesDetectionConditions property.
- seriesGroupDetectionConditions
- IEnumerable<MetricSeriesGroupDetectionCondition>
Sets the SeriesGroupDetectionConditions property.
- seriesDetectionConditions
- IEnumerable<MetricSingleSeriesDetectionCondition>
Sets the SeriesDetectionConditions property.
Returns
A new instance of AnomalyDetectionConfiguration for mocking purposes.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET