共用方式為


WindowsParameters interface

Windows VM 上的 InstallPatches 輸入,如 API 直接接收

屬性

classificationsToInclude

安裝 Windows 修補程式時要選取的更新分類。

excludeKbsRequiringReboot

篩選出 Kbs,當此設定為 true 時,不會有 'NeverReboots' 的 InstallationRebootBehavior。

kbNumbersToExclude

修補作業中要排除的 Kbs

kbNumbersToInclude

要包含在修補作業中的 Kbs

maxPatchPublishDate

這是用來安裝在此指定發佈日期上限之前或之前發佈的修補程式。

屬性詳細資料

classificationsToInclude

安裝 Windows 修補程式時要選取的更新分類。

classificationsToInclude?: string[]

屬性值

string[]

excludeKbsRequiringReboot

篩選出 Kbs,當此設定為 true 時,不會有 'NeverReboots' 的 InstallationRebootBehavior。

excludeKbsRequiringReboot?: boolean

屬性值

boolean

kbNumbersToExclude

修補作業中要排除的 Kbs

kbNumbersToExclude?: string[]

屬性值

string[]

kbNumbersToInclude

要包含在修補作業中的 Kbs

kbNumbersToInclude?: string[]

屬性值

string[]

maxPatchPublishDate

這是用來安裝在此指定發佈日期上限之前或之前發佈的修補程式。

maxPatchPublishDate?: Date

屬性值

Date