Condividi tramite


IRecurrenceSchedule.WeekDay Property

Definition

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[] WeekDay { 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.WeekDay : Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DaysOfWeek[] with get, set
Public Property WeekDay As DaysOfWeek()

Property Value

Attributes

Applies to