IDiagnosticDetectorResponseProperties.AbnormalTimePeriod 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.
List of Correlated events found by the detector
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="List of Correlated events found by the detector", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDetectorAbnormalTimePeriod) }, ReadOnly=false, Required=false, SerializedName="abnormalTimePeriods")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDetectorAbnormalTimePeriod[] AbnormalTimePeriod { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="List of Correlated events found by the detector", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDetectorAbnormalTimePeriod) }, ReadOnly=false, Required=false, SerializedName="abnormalTimePeriods")>]
member this.AbnormalTimePeriod : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDetectorAbnormalTimePeriod[] with get, set
Public Property AbnormalTimePeriod As IDetectorAbnormalTimePeriod()
Property Value
- Attributes