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

LinuxVMGuestPatchAutomaticByPlatformSettings 类

定义

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

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

构造函数

LinuxVMGuestPatchAutomaticByPlatformSettings()

初始化 LinuxVMGuestPatchAutomaticByPlatformSettings 类的新实例。

LinuxVMGuestPatchAutomaticByPlatformSettings(String, Nullable<Boolean>)

初始化 LinuxVMGuestPatchAutomaticByPlatformSettings 类的新实例。

属性

BypassPlatformSafetyChecksOnUserSchedule

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

RebootSetting

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

适用于