IWorkflowTriggerProperties.ScheduleWeekDay 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.
The days of the week.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The days of the week.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DaysOfWeek) }, ReadOnly=false, Required=false, SerializedName="weekDays")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DaysOfWeek[] ScheduleWeekDay { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The days of the week.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DaysOfWeek) }, ReadOnly=false, Required=false, SerializedName="weekDays")>]
member this.ScheduleWeekDay : Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DaysOfWeek[] with get, set
Public Property ScheduleWeekDay As DaysOfWeek()
Property Value
- Attributes