IBatchRestClient.JobSchedules Property

 

Operations for managing Azure Batch job schedules. A job schedule specifies when to run jobs, and includes a specification that is used to create each job.

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

Syntax

ICloudJobScheduleOperations JobSchedules { get; }
property ICloudJobScheduleOperations^ JobSchedules {
    ICloudJobScheduleOperations^ get();
}
abstract JobSchedules : ICloudJobScheduleOperations with get
ReadOnly Property JobSchedules As ICloudJobScheduleOperations

Property Value

Type: Microsoft.Azure.Batch.Protocol.ICloudJobScheduleOperations

See Also

IBatchRestClient Interface
Microsoft.Azure.Batch.Protocol Namespace

Return to top