Agent Update Properties Response
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
fun AgentUpdatePropertiesResponse(maintenanceWindowTimeZone: String? = null, maintenanceWindows: List<MaintenanceWindowPropertiesResponse>? = null, type: String? = null, useSessionHostLocalTime: Boolean? = null)