你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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