Class WindowsConfiguration
- java.lang.Object
-
- com.microsoft.azure.management.batch.WindowsConfiguration
-
public class WindowsConfiguration extends Object
Windows operating system settings to apply to the virtual machine.
-
-
Constructor Summary
Constructors Constructor Description WindowsConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanenableAutomaticUpdates()Get the enableAutomaticUpdates value.WindowsConfigurationwithEnableAutomaticUpdates(Boolean enableAutomaticUpdates)Set the enableAutomaticUpdates value.
-
-
-
Method Detail
-
enableAutomaticUpdates
public Boolean enableAutomaticUpdates()
Get the enableAutomaticUpdates value.- Returns:
- the enableAutomaticUpdates value
-
withEnableAutomaticUpdates
public WindowsConfiguration withEnableAutomaticUpdates(Boolean enableAutomaticUpdates)
Set the enableAutomaticUpdates value.- Parameters:
enableAutomaticUpdates- the enableAutomaticUpdates value to set- Returns:
- the WindowsConfiguration object itself.
-
-