IDiagnosticAnalysis.NonCorrelatedDetector Property

Definition

Data by each detector for detectors that did not corelate

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Data by each detector for detectors that did not corelate", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDetectorDefinition) }, Read=true, ReadOnly=false, Required=false, SerializedName="nonCorrelatedDetectors", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDetectorDefinition> NonCorrelatedDetector { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Data by each detector for detectors that did not corelate", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDetectorDefinition) }, Read=true, ReadOnly=false, Required=false, SerializedName="nonCorrelatedDetectors", Update=true)>]
member this.NonCorrelatedDetector : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDetectorDefinition> with get, set
Public Property NonCorrelatedDetector As List(Of IDetectorDefinition)

Property Value

Attributes

Applies to