TaskAgentPoolMaintenanceSchedule interface
Properties
days |
Days for a build (flags enum for days of the week) |
schedule |
The Job Id of the Scheduled job that will queue the pool maintenance job. |
start |
Local timezone hour to start |
start |
Local timezone minute to start |
time |
Time zone of the build schedule (string representation of the time zone id) |
Property Details
daysToBuild
Days for a build (flags enum for days of the week)
daysToBuild: TaskAgentPoolMaintenanceScheduleDays
Property Value
scheduleJobId
The Job Id of the Scheduled job that will queue the pool maintenance job.
scheduleJobId: string
Property Value
string
startHours
Local timezone hour to start
startHours: number
Property Value
number
startMinutes
Local timezone minute to start
startMinutes: number
Property Value
number
timeZoneId
Time zone of the build schedule (string representation of the time zone id)
timeZoneId: string
Property Value
string