IDiagnosticDetectorResponseProperties.AbnormalTimePeriod Property

Definition

List of Correlated events found by the detector

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="List of Correlated events found by the detector", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDetectorAbnormalTimePeriod) }, Read=true, ReadOnly=false, Required=false, SerializedName="abnormalTimePeriods", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDetectorAbnormalTimePeriod> AbnormalTimePeriod { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="List of Correlated events found by the detector", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDetectorAbnormalTimePeriod) }, Read=true, ReadOnly=false, Required=false, SerializedName="abnormalTimePeriods", Update=true)>]
member this.AbnormalTimePeriod : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDetectorAbnormalTimePeriod> with get, set
Public Property AbnormalTimePeriod As List(Of IDetectorAbnormalTimePeriod)

Property Value

Attributes

Applies to