Partilhar via


StartStopManagedInstanceSchedule.ScheduleList Property

Definition

Gets or sets schedule list.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.scheduleList")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.ScheduleItem> ScheduleList { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.scheduleList")>]
member this.ScheduleList : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.ScheduleItem> with get, set
Public Property ScheduleList As IList(Of ScheduleItem)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to