你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
WindowsVMGuestPatchMode Enum
Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated
to virtual machine scale set with OrchestrationMode as Flexible.<br />``<br />
Possible values are:<br />``<br />
Manual - You control the
application of patches to a virtual machine. You do this by applying patches manually inside
the VM. In this mode, automatic updates are disabled; the property
WindowsConfiguration.enableAutomaticUpdates must be false<br />``<br />
AutomaticByOS - The virtual machine will automatically be updated by the OS. The property
WindowsConfiguration.enableAutomaticUpdates must be true. <br />``<br />
AutomaticByPlatform - the virtual machine will automatically updated by the platform. The
properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true.
Fields
AUTOMATIC_BY_OS |
AUTOMATIC_BY_PLATFORM |
MANUAL |