WindowsParameters interface
API によって直接受信された Windows VM 上の InstallPatches の入力
プロパティ
| classifications |
Windows 用のパッチをインストールするときに選択する更新プログラムの分類。 |
| exclude |
これが true に設定されている場合に、InstallationRebootBehavior が 'NeverReboots' の Kb を除外します。 |
| kb |
パッチ操作で除外する KB |
| kb |
修正プログラムの操作に含める Kbs |
| max |
これは、この公開日の上限以前に公開されたパッチをインストールするために使用されます。 |
プロパティの詳細
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