共用方式為


WindowsParameters 類別

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

繼承
azure.mgmt.compute._serialization.Model
WindowsParameters

建構函式

WindowsParameters(*, classifications_to_include: List[str | _models.VMGuestPatchClassificationWindows] | None = None, kb_numbers_to_include: List[str] | None = None, kb_numbers_to_exclude: List[str] | None = None, exclude_kbs_requiring_reboot: bool | None = None, max_patch_publish_date: datetime | None = None, **kwargs)

變數

classifications_to_include
list[strVMGuestPatchClassificationWindows]

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

kb_numbers_to_include
list[str]

要包含在修補作業中的 Kbs。

kb_numbers_to_exclude
list[str]

修補作業中要排除的 Kbs。

exclude_kbs_requiring_reboot
bool

篩選掉當此值設定為 true 時,沒有 'NeverReboots' 的 InstallationRebootBehavior 的 Kb。

max_patch_publish_date
datetime

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