DiagnosticDetectorResponseInner.AbnormalTimePeriods Property

Definition

Gets or sets list of Correlated events found by the detector

[Newtonsoft.Json.JsonProperty(PropertyName="properties.abnormalTimePeriods")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.DetectorAbnormalTimePeriod> AbnormalTimePeriods { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.abnormalTimePeriods")>]
member this.AbnormalTimePeriods : System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.DetectorAbnormalTimePeriod> with get, set
Public Property AbnormalTimePeriods As IList(Of DetectorAbnormalTimePeriod)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to