AgentUpdatePatchProperties interface

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

Properties

maintenanceWindows

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

maintenanceWindowTimeZone

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.

type

The type of maintenance for session host components.

useSessionHostLocalTime

Whether to use localTime of the virtual machine.

Property Details

maintenanceWindows

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

maintenanceWindows?: MaintenanceWindowPatchProperties[]

Property Value

maintenanceWindowTimeZone

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.

maintenanceWindowTimeZone?: string

Property Value

string

type

The type of maintenance for session host components.

type?: string

Property Value

string

useSessionHostLocalTime

Whether to use localTime of the virtual machine.

useSessionHostLocalTime?: boolean

Property Value

boolean