共用方式為


CloudJobSchedule.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.

Applies to