WindowsConfiguration Class
- java.
lang. Object - com.
microsoft. azure. management. batch. WindowsConfiguration
- com.
public class WindowsConfiguration
Windows operating system settings to apply to the virtual machine.
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
enableAutomaticUpdates()
Get if omitted, the default value is true. |
Windows |
withEnableAutomaticUpdates(Boolean enableAutomaticUpdates)
Set if omitted, the default value is true. |
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Java