WindowsConfiguration(Nullable<Boolean>) Constructor

Definition

Initializes a new instance of the WindowsConfiguration class.

public WindowsConfiguration (bool? enableAutomaticUpdates = default);
new Microsoft.Azure.Batch.WindowsConfiguration : Nullable<bool> -> Microsoft.Azure.Batch.WindowsConfiguration
Public Sub New (Optional enableAutomaticUpdates As Nullable(Of Boolean) = Nothing)

Parameters

enableAutomaticUpdates
Nullable<Boolean>

Whether automatic updates are enabled on the virtual machine. If unspecified, the default value is true.

Applies to