JobScheduleListResponse::JobSchedules Property
Optional. Gets or sets a list of job schedules.
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
public: property IList<JobSchedule^>^ JobSchedules { IList<JobSchedule^>^ get(); void set(IList<JobSchedule^>^ value); }
Property Value
Type: System.Collections.Generic::IList<JobSchedule^>^
Show: