LinuxPatchSettings.AssessmentMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine.<br /><br /> Possible values are:<br /><br /> ImageDefault - You control the timing of patch assessments on a virtual machine. <br /><br /> AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true. Possible values include: '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
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute