다음을 통해 공유


LinuxPatchSettings.AssessmentMode Property

Definition

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

Applies to