다음을 통해 공유


VMExtension.AutoUpgradeMinorVersion 속성

정의

가져오기 또는 집합은 배포 시 사용할 수 있는 경우 확장에서 최신 부 버전을 사용해야 하는지 여부를 나타냅니다. 그러나 일단 배포되면 이 속성이 true로 설정된 경우에도 확장이 재배포되지 않는 한 부 버전을 업그레이드하지 않습니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상