Condividi tramite


JobSchedulePatchParameter.Schedule Property

Definition

Gets or sets the schedule according to which Jobs will be created.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

All times are fixed respective to UTC and are not impacted by daylight saving time. If you do not specify this element, the existing schedule is left unchanged.

Applies to