Share via


WindowsConfiguration.EnableAutomaticUpdates Property

Definition

Gets or sets whether automatic updates are enabled on the virtual machine.

[Newtonsoft.Json.JsonProperty(PropertyName="enableAutomaticUpdates")]
public bool? EnableAutomaticUpdates { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enableAutomaticUpdates")>]
member this.EnableAutomaticUpdates : Nullable<bool> with get, set
Public Property EnableAutomaticUpdates As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

If omitted, the default value is true.

Applies to