你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WindowsVMGuestPatchAutomaticByPlatformSettings 类

定义

指定在 Windows 修补程序设置中选择修补模式 AutomaticByPlatform 时要应用的其他设置。

public class WindowsVMGuestPatchAutomaticByPlatformSettings
type WindowsVMGuestPatchAutomaticByPlatformSettings = class
Public Class WindowsVMGuestPatchAutomaticByPlatformSettings
继承
WindowsVMGuestPatchAutomaticByPlatformSettings

构造函数

WindowsVMGuestPatchAutomaticByPlatformSettings()

初始化 WindowsVMGuestPatchAutomaticByPlatformSettings 类的新实例。

WindowsVMGuestPatchAutomaticByPlatformSettings(String, Nullable<Boolean>)

初始化 WindowsVMGuestPatchAutomaticByPlatformSettings 类的新实例。

属性

BypassPlatformSafetyChecksOnUserSchedule

获取或设置使客户能够计划修补而不进行意外升级

RebootSetting

获取或设置指定所有 AutomaticByPlatform 修补程序安装操作的重新启动设置。 可能的值包括:“Unknown”、“IfRequired”、“Never”、“Always”

适用于