다음을 통해 공유


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입니다.

적용 대상