Share via


SimpleSchedulePolicy.ScheduleRunDays Property

Definition

Gets or sets list of days of week this schedule has to be run.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to