你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PatchSettings.AssessmentMode 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置指定 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