DiagnosticAnalysisInner.NonCorrelatedDetectors Property

Definition

Gets or sets data by each detector for detectors that did not corelate

[Newtonsoft.Json.JsonProperty(PropertyName="properties.nonCorrelatedDetectors")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.DetectorDefinitionInner> NonCorrelatedDetectors { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.nonCorrelatedDetectors")>]
member this.NonCorrelatedDetectors : System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.DetectorDefinitionInner> with get, set
Public Property NonCorrelatedDetectors As IList(Of DetectorDefinitionInner)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to