DiagnosticAnalysis.NonCorrelatedDetectors 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.
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.WebSites.Models.DetectorDefinition> NonCorrelatedDetectors { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.nonCorrelatedDetectors")>]
member this.NonCorrelatedDetectors : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DetectorDefinition> with get, set
Public Property NonCorrelatedDetectors As IList(Of DetectorDefinition)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute