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

LinuxVMGuestPatchAutomaticByPlatformSettings 构造函数

定义

重载

LinuxVMGuestPatchAutomaticByPlatformSettings()

初始化 LinuxVMGuestPatchAutomaticByPlatformSettings 类的新实例。

LinuxVMGuestPatchAutomaticByPlatformSettings(String, Nullable<Boolean>)

初始化 LinuxVMGuestPatchAutomaticByPlatformSettings 类的新实例。

LinuxVMGuestPatchAutomaticByPlatformSettings()

初始化 LinuxVMGuestPatchAutomaticByPlatformSettings 类的新实例。

public LinuxVMGuestPatchAutomaticByPlatformSettings ();
Public Sub New ()

适用于

LinuxVMGuestPatchAutomaticByPlatformSettings(String, Nullable<Boolean>)

初始化 LinuxVMGuestPatchAutomaticByPlatformSettings 类的新实例。

public LinuxVMGuestPatchAutomaticByPlatformSettings (string rebootSetting = default, bool? bypassPlatformSafetyChecksOnUserSchedule = default);
new Microsoft.Azure.Management.Compute.Models.LinuxVMGuestPatchAutomaticByPlatformSettings : string * Nullable<bool> -> Microsoft.Azure.Management.Compute.Models.LinuxVMGuestPatchAutomaticByPlatformSettings
Public Sub New (Optional rebootSetting As String = Nothing, Optional bypassPlatformSafetyChecksOnUserSchedule As Nullable(Of Boolean) = Nothing)

参数

rebootSetting
String

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

bypassPlatformSafetyChecksOnUserSchedule
Nullable<Boolean>

使客户能够计划修补,而无需意外升级

适用于