共用方式為


WindowsVMGuestPatchMode 列舉

指定 VM 客體修補至 IaaS 虛擬機器的模式,或與 OrchestrationMode 為 Flexible.:code 之虛擬機器擴展集相關聯的虛擬機器:
<br />可能的值為: <br />``<br />Manual - 您可以控制修補程式對虛擬機器的應用程式。 您可以在 VM 內手動套用修補程式來執行此動作。 在此模式中,自動更新會停用;屬性 WindowsConfiguration.enableAutomaticUpdates 必須是 false:code:
<br />AutomaticByOS - 作業系統會自動更新虛擬機器。 WindowsConfiguration.enableAutomaticUpdates 屬性必須是 true。 <br />``<br />AutomaticByPlatform - 虛擬機器將會由平臺自動更新。 provisionVMAgent 和 WindowsConfiguration.enableAutomaticUpdates 屬性必須是 true。

繼承
builtins.str
WindowsVMGuestPatchMode
WindowsVMGuestPatchMode

建構函式

WindowsVMGuestPatchMode(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

欄位

AUTOMATIC_BY_OS
AUTOMATIC_BY_PLATFORM
MANUAL