IVirtualMachineInstancePropertiesOSProfileWindowsConfiguration.EnableAutomaticUpdate 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.
Whether to EnableAutomaticUpdates on the machine
[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=true, Description="Whether to EnableAutomaticUpdates on the machine", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enableAutomaticUpdates", Update=true)]
public bool? EnableAutomaticUpdate { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=true, Description="Whether to EnableAutomaticUpdates on the machine", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enableAutomaticUpdates", Update=true)>]
member this.EnableAutomaticUpdate : Nullable<bool> with get, set
Public Property EnableAutomaticUpdate As Nullable(Of Boolean)
Property Value
- Attributes