interface TaskAgentPoolMaintenanceSchedule {
    daysToBuild?: TaskAgentPoolMaintenanceScheduleDays;
    scheduleJobId?: string;
    startHours?: number;
    startMinutes?: number;
    timeZoneId?: string;
}

Properties

Days for a build (flags enum for days of the week)

scheduleJobId?: string

The Job Id of the Scheduled job that will queue the pool maintenance job.

startHours?: number

Local timezone hour to start

startMinutes?: number

Local timezone minute to start

timeZoneId?: string

Time zone of the build schedule (string representation of the time zone id)