你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LinuxPatchSettings 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
LinuxPatchSettings() |
初始化 LinuxPatchSettings 类的新实例。 |
LinuxPatchSettings(String, String, LinuxVMGuestPatchAutomaticByPlatformSettings) |
初始化 LinuxPatchSettings 类的新实例。 |
LinuxPatchSettings()
初始化 LinuxPatchSettings 类的新实例。
public LinuxPatchSettings ();
Public Sub New ()
适用于
LinuxPatchSettings(String, String, LinuxVMGuestPatchAutomaticByPlatformSettings)
初始化 LinuxPatchSettings 类的新实例。
public LinuxPatchSettings (string patchMode = default, string assessmentMode = default, Microsoft.Azure.Management.Compute.Models.LinuxVMGuestPatchAutomaticByPlatformSettings automaticByPlatformSettings = default);
new Microsoft.Azure.Management.Compute.Models.LinuxPatchSettings : string * string * Microsoft.Azure.Management.Compute.Models.LinuxVMGuestPatchAutomaticByPlatformSettings -> Microsoft.Azure.Management.Compute.Models.LinuxPatchSettings
Public Sub New (Optional patchMode As String = Nothing, Optional assessmentMode As String = Nothing, Optional automaticByPlatformSettings As LinuxVMGuestPatchAutomaticByPlatformSettings = Nothing)
参数
- patchMode
- String
指定将 VM 来宾修补到 IaaS 虚拟机或与虚拟机规模集关联的虚拟机的模式,业务流程模式为灵活。<br /><br /> 可能的值为:<br /><br />ImageDefault - 使用虚拟机的默认修补配置。 <br /><br />AutomaticByPlatform - 虚拟机将由平台自动更新。 属性 provisionVMAgent 必须为 true。 可能的值包括:“ImageDefault”、“AutomaticByPlatform”
- assessmentMode
- String
指定 IaaS 虚拟机的 VM 来宾修补程序评估模式。<br /><br /> 可能的值是:<br /><br />ImageDefault - 可以控制虚拟机上补丁评估的时间。 <br /><br />AutomaticByPlatform - 平台将触发定期补丁评估。 属性 provisionVMAgent 必须为 true。 可能的值包括:“ImageDefault”、“AutomaticByPlatform”
- automaticByPlatformSettings
- LinuxVMGuestPatchAutomaticByPlatformSettings
指定 Linux 上的 VM 来宾修补中的修补模式 AutomaticByPlatform 的其他设置。