Share via


Job.Schedule Property

Definition

Gets or sets schedule properties of the job.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.schedule")]
public Microsoft.Azure.Management.Sql.Models.JobSchedule Schedule { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.schedule")>]
member this.Schedule : Microsoft.Azure.Management.Sql.Models.JobSchedule with get, set
Public Property Schedule As JobSchedule

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to