你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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