SimpleSchedulePolicy.ScheduleRunDays 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.
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