ScheduleRecurrence.WeeklyDaysList Property

Definition

Gets or sets the week days list. Applicable only for schedules of recurrence type 'weekly'.

[Newtonsoft.Json.JsonProperty(PropertyName="weeklyDaysList")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple8000Series.Models.DayOfWeek?> WeeklyDaysList { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="weeklyDaysList")>]
member this.WeeklyDaysList : System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.DayOfWeek>> with get, set
Public Property WeeklyDaysList As IList(Of Nullable(Of DayOfWeek))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to