AgentUpdateProperties interface
The session host configuration for updating agent, monitoring agent, and stack component.
Properties
maintenance |
List of maintenance windows. Maintenance windows are 2 hours long. |
maintenance |
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. |
use |
Whether to use localTime of the virtual machine. |
Property Details
maintenanceWindows
List of maintenance windows. Maintenance windows are 2 hours long.
maintenanceWindows?: MaintenanceWindowProperties[]
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