CloudJobSchedulePatchParameters.Schedule Property

 

Optional. Gets or sets the schedule according to which jobs will be created. If you do not specify this element, the existing schedule is not modified.

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

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

Return to top