次の方法で共有


WindowsParameters interface

API によって直接受信された Windows VM 上の InstallPatches の入力

プロパティ

classificationsToInclude

Windows 用のパッチをインストールするときに選択する更新プログラムの分類。

excludeKbsRequiringReboot

これが true に設定されている場合に、InstallationRebootBehavior が 'NeverReboots' の Kb を除外します。

kbNumbersToExclude

パッチ操作で除外する KB

kbNumbersToInclude

修正プログラムの操作に含める Kbs

maxPatchPublishDate

これは、この公開日の上限以前に公開されたパッチをインストールするために使用されます。

プロパティの詳細

classificationsToInclude

Windows 用のパッチをインストールするときに選択する更新プログラムの分類。

classificationsToInclude?: ("Critical" | "Security" | "UpdateRollUp" | "FeaturePack" | "ServicePack" | "Definition" | "Tools" | "Updates")[]

プロパティ値

("Critical" | "Security" | "UpdateRollUp" | "FeaturePack" | "ServicePack" | "Definition" | "Tools" | "Updates")[]

excludeKbsRequiringReboot

これが true に設定されている場合に、InstallationRebootBehavior が 'NeverReboots' の Kb を除外します。

excludeKbsRequiringReboot?: boolean

プロパティ値

boolean

kbNumbersToExclude

パッチ操作で除外する KB

kbNumbersToExclude?: string[]

プロパティ値

string[]

kbNumbersToInclude

修正プログラムの操作に含める Kbs

kbNumbersToInclude?: string[]

プロパティ値

string[]

maxPatchPublishDate

これは、この公開日の上限以前に公開されたパッチをインストールするために使用されます。

maxPatchPublishDate?: string | Date

プロパティ値

string | Date