Class WindowsConfiguration
java.lang.Object
com.microsoft.azure.management.batch.WindowsConfiguration
Windows operating system settings to apply to the virtual machine.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet if omitted, the default value is true.withEnableAutomaticUpdates
(Boolean enableAutomaticUpdates) Set if omitted, the default value is true.
-
Constructor Details
-
WindowsConfiguration
public WindowsConfiguration()
-
-
Method Details
-
enableAutomaticUpdates
Get if omitted, the default value is true.- Returns:
- the enableAutomaticUpdates value
-
withEnableAutomaticUpdates
Set if omitted, the default value is true.- Parameters:
enableAutomaticUpdates
- the enableAutomaticUpdates value to set- Returns:
- the WindowsConfiguration object itself.
-