LinuxPatchSettings.PatchMode Property

Definition

Gets or sets specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.<br /><br /> Possible values are:<br /><br /> ImageDefault - The virtual machine's default patching configuration is used. <br /><br /> AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true. Possible values include: 'ImageDefault', 'AutomaticByPlatform'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to