Compartir a través de


ComputeBatchModelFactory.WindowsConfiguration(Nullable<Boolean>) Method

Definition

Windows operating system settings to apply to the virtual machine.

public static Azure.Compute.Batch.WindowsConfiguration WindowsConfiguration(bool? enableAutomaticUpdates = default);
static member WindowsConfiguration : Nullable<bool> -> Azure.Compute.Batch.WindowsConfiguration
Public Shared Function WindowsConfiguration (Optional enableAutomaticUpdates As Nullable(Of Boolean) = Nothing) As WindowsConfiguration

Parameters

enableAutomaticUpdates
Nullable<Boolean>

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

Returns

A new WindowsConfiguration instance for mocking.

Applies to