ISchedule.RecurrencePatternWeekDay 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 week days the schedule runs. Used for when the Frequency is set to Weekly.
[Microsoft.Azure.PowerShell.Cmdlets.LabServices.Runtime.Info(Description="The week days the schedule runs. Used for when the Frequency is set to Weekly.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Support.WeekDay) }, ReadOnly=false, Required=false, SerializedName="weekDays")]
public Microsoft.Azure.PowerShell.Cmdlets.LabServices.Support.WeekDay[] RecurrencePatternWeekDay { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.LabServices.Runtime.Info(Description="The week days the schedule runs. Used for when the Frequency is set to Weekly.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Support.WeekDay) }, ReadOnly=false, Required=false, SerializedName="weekDays")>]
member this.RecurrencePatternWeekDay : Microsoft.Azure.PowerShell.Cmdlets.LabServices.Support.WeekDay[] with get, set
Public Property RecurrencePatternWeekDay As WeekDay()
Property Value
WeekDay[]
- Attributes