Share via


IScalingSchedule.DaysOfWeek Property

Definition

Set of days of the week on which this schedule is active.

[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Create=true, Description="Set of days of the week on which this schedule is active.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="daysOfWeek", Update=true)]
public System.Collections.Generic.List<string> DaysOfWeek { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Create=true, Description="Set of days of the week on which this schedule is active.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="daysOfWeek", Update=true)>]
member this.DaysOfWeek : System.Collections.Generic.List<string> with get, set
Public Property DaysOfWeek As List(Of String)

Property Value

Attributes

Applies to