WindowsConfiguration Class

  • java.lang.Object
    • com.microsoft.azure.management.batch.WindowsConfiguration

public class WindowsConfiguration

Windows operating system settings to apply to the virtual machine.

Constructor Summary

Constructor Description
WindowsConfiguration()

Method Summary

Modifier and Type Method and Description
java.lang.Boolean enableAutomaticUpdates()

Get if omitted, the default value is true.

WindowsConfiguration withEnableAutomaticUpdates(Boolean enableAutomaticUpdates)

Set if omitted, the default value is true.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

WindowsConfiguration

public WindowsConfiguration()

Method Details

enableAutomaticUpdates

public Boolean enableAutomaticUpdates()

Get if omitted, the default value is true.

Returns:

the enableAutomaticUpdates value

withEnableAutomaticUpdates

public WindowsConfiguration withEnableAutomaticUpdates(Boolean enableAutomaticUpdates)

Set if omitted, the default value is true.

Parameters:

enableAutomaticUpdates - the enableAutomaticUpdates value to set

Returns:

the WindowsConfiguration object itself.

Applies to