Share via


CloudJobScheduleUpdateParameters.Schedule Property

 

Optional. Gets or sets the schedule according to which jobs will be created. If you do not specify this element, it is equivalent to passing the default schedule: that is, a single job scheduled to run immediately.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public Schedule Schedule { get; set; }
public:
property Schedule^ Schedule {
    Schedule^ get();
    void set(Schedule^ value);
}
member Schedule : Schedule with get, set
Public Property Schedule As Schedule

Property Value

Type: Microsoft.Azure.Batch.Protocol.Models.Schedule

See Also

CloudJobScheduleUpdateParameters Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top