AgentUpdatePropertiesResponse

data class AgentUpdatePropertiesResponse(val maintenanceWindowTimeZone: String? = null, val maintenanceWindows: List<MaintenanceWindowPropertiesResponse>? = null, val type: String? = null, val useSessionHostLocalTime: Boolean? = null)

The session host configuration for updating agent, monitoring agent, and stack component.

Constructors

Link copied to clipboard
constructor(maintenanceWindowTimeZone: String? = null, maintenanceWindows: List<MaintenanceWindowPropertiesResponse>? = null, type: String? = null, useSessionHostLocalTime: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of maintenance windows. Maintenance windows are 2 hours long.

Link copied to clipboard

Time zone for maintenance as defined in https://docs.microsoft.com/en-us/dotnet/api/system.timezoneinfo.findsystemtimezonebyid?view=net-5.0. Must be set if useLocalTime is true.

Link copied to clipboard
val type: String? = null

The type of maintenance for session host components.

Link copied to clipboard

Whether to use localTime of the virtual machine.