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

PatchSettings.AssessmentMode 属性

定义

获取或设置指定 IaaS 虚拟机的 VM 来宾修补程序评估模式。<br /><br />可能的值为:<br /><br /> ImageDefault - 控制虚拟机上修补程序评估的时间。<br /><br /> AutomaticByPlatform - 平台将触发定期修补程序评估。 属性 provisionVMAgent 必须为 true。 可能的值包括:“ImageDefault”、“AutomaticByPlatform”

[Newtonsoft.Json.JsonProperty(PropertyName="assessmentMode")]
public string AssessmentMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="assessmentMode")>]
member this.AssessmentMode : string with get, set
Public Property AssessmentMode As String

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于