VirtualMachineImage.AutomaticOSUpgradeSupported Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether automatic OS upgrade is supported on the image.
public bool? AutomaticOSUpgradeSupported { get; set; }
member this.AutomaticOSUpgradeSupported : Nullable<bool> with get, set
Public Property AutomaticOSUpgradeSupported As Nullable(Of Boolean)