Share via


WindowsConfiguration Constructors

Definition

Overloads

WindowsConfiguration()

Initializes a new instance of the WindowsConfiguration class.

WindowsConfiguration(Nullable<Boolean>)

Initializes a new instance of the WindowsConfiguration class.

WindowsConfiguration()

Initializes a new instance of the WindowsConfiguration class.

public WindowsConfiguration ();
Public Sub New ()

Applies to

WindowsConfiguration(Nullable<Boolean>)

Initializes a new instance of the WindowsConfiguration class.

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

Parameters

enableAutomaticUpdates
Nullable<Boolean>

Whether automatic updates are enabled on the virtual machine.

Applies to