PatchSettings 類別
指定與 Windows 上的 VM 客體修補相關的設定。
- 繼承
-
azure.mgmt.compute._serialization.ModelPatchSettings
建構函式
PatchSettings(*, patch_mode: str | _models.WindowsVMGuestPatchMode | None = None, enable_hotpatching: bool | None = None, assessment_mode: str | _models.WindowsPatchAssessmentMode | None = None, **kwargs: Any)
僅限關鍵字參數
名稱 | Description |
---|---|
patch_mode
|
指定 VM 客體修補至 IaaS 虛擬機器的模式,或與 OrchestrationMode 作為 Flexible.:code 的虛擬機器擴展集相關聯的虛擬機器: |
enable_hotpatching
|
可讓客戶在不需要重新開機的情況下修補其 Azure VM。 針對 enableHotpatching,'provisionVMAgent' 必須設定為 true,且 'patchMode' 必須設定為 'AutomaticByPlatform'。 |
assessment_mode
|
指定 IaaS 虛擬機器的 VM 客體修補評估模式。:code: |
變數
名稱 | Description |
---|---|
patch_mode
|
指定 VM 客體修補至 IaaS 虛擬機器的模式,或與 OrchestrationMode 作為 Flexible.:code 的虛擬機器擴展集相關聯的虛擬機器: |
enable_hotpatching
|
可讓客戶在不需要重新開機的情況下修補其 Azure VM。 針對 enableHotpatching,'provisionVMAgent' 必須設定為 true,且 'patchMode' 必須設定為 'AutomaticByPlatform'。 |
assessment_mode
|
指定 IaaS 虛擬機器的 VM 客體修補評估模式。:code: |