IAbnormalTimePeriod.Event Property

Definition

List of Possible Cause of downtime

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

Property Value

Attributes

Applies to