IDiagnosticAnalysis.AbnormalTimePeriod Property

Definition

List of time periods.

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

Property Value

Attributes

Applies to