HostPoolScheduledAgentUpdatesSchedule

data class HostPoolScheduledAgentUpdatesSchedule(val dayOfWeek: String, val hourOfDay: Int)

Constructors

Link copied to clipboard
constructor(dayOfWeek: String, hourOfDay: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The day of the week on which agent updates should be performed. Possible values are Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, and Sunday

Link copied to clipboard

The hour of day the update window should start. The update is a 2 hour period following the hour provided. The value should be provided as a number between 0 and 23, with 0 being midnight and 23 being 11pm. A leading zero should not be used.