GetHostPoolScheduledAgentUpdate

data class GetHostPoolScheduledAgentUpdate(val enabled: Boolean, val schedules: List<GetHostPoolScheduledAgentUpdateSchedule>, val timezone: String, val useSessionHostTimezone: Boolean)

Constructors

Link copied to clipboard
constructor(enabled: Boolean, schedules: List<GetHostPoolScheduledAgentUpdateSchedule>, timezone: String, useSessionHostTimezone: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Are scheduled updates of the AVD agent components (RDAgent, Geneva Monitoring agent, and side-by-side stack) enabled on session hosts.

Link copied to clipboard

A schedule block as defined below.

Link copied to clipboard

The time zone in which the agent update schedule will apply.

Link copied to clipboard

Specifies whether scheduled agent updates should be applied based on the timezone of the affected session host.