ConfigurationSet.EnableAutomaticUpdates Property

 

Gets or sets whether automatic updates are enabled for the Virtual Machine.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Public Property EnableAutomaticUpdates As Nullable(Of Boolean)

Property Value

Type: System.Nullable(Of Boolean)

true if automatic updates are enabled; otherwise, false. The default value is false.

This property is used with the WindowsProvisioningConfiguration configuration type.

Return to top
Show: