共用方式為


WindowsConfiguration.EnableAutomaticUpdates 屬性

定義

取得或設定虛擬機器上是否啟用自動更新。

[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)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

如果省略,預設值為 true。

適用於