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, automatic_by_platform_settings: _models.WindowsVMGuestPatchAutomaticByPlatformSettings | 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: |
automatic_by_platform_settings
|
指定 Windows 上 VM 客體修補中的 Patch 模式 AutomaticByPlatform 的其他設定。 |
變數
名稱 | Description |
---|---|
patch_mode
|
指定 VM 客體修補至 IaaS 虛擬機器的模式,或與 OrchestrationMode 為 Flexible.:code 之虛擬機器擴展集相關聯的虛擬機器: |
enable_hotpatching
|
可讓客戶修補其 Azure VM,而不需要重新開機。 針對 enableHotpatching,'provisionVMAgent' 必須設定為 true,而且 'patchMode' 必須設定為 'AutomaticByPlatform'。 |
assessment_mode
|
指定 IaaS 虛擬機器的 VM 客體修補評估模式。:code: |
automatic_by_platform_settings
|
指定 Windows 上 VM 客體修補中的 Patch 模式 AutomaticByPlatform 的其他設定。 |