public class WindowsConfiguration extends Object
| Constructor and Description |
|---|
WindowsConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
List<AdditionalUnattendContent> |
additionalUnattendContent()
Get the additionalUnattendContent value.
|
Boolean |
enableAutomaticUpdates()
Get the enableAutomaticUpdates value.
|
Boolean |
provisionVMAgent()
Get the provisionVMAgent value.
|
String |
timeZone()
Get the timeZone value.
|
WinRMConfiguration |
winRM()
Get the winRM value.
|
WindowsConfiguration |
withAdditionalUnattendContent(List<AdditionalUnattendContent> additionalUnattendContent)
Set the additionalUnattendContent value.
|
WindowsConfiguration |
withEnableAutomaticUpdates(Boolean enableAutomaticUpdates)
Set the enableAutomaticUpdates value.
|
WindowsConfiguration |
withProvisionVMAgent(Boolean provisionVMAgent)
Set the provisionVMAgent value.
|
WindowsConfiguration |
withTimeZone(String timeZone)
Set the timeZone value.
|
WindowsConfiguration |
withWinRM(WinRMConfiguration winRM)
Set the winRM value.
|
public Boolean provisionVMAgent()
public WindowsConfiguration withProvisionVMAgent(Boolean provisionVMAgent)
provisionVMAgent - the provisionVMAgent value to setpublic Boolean enableAutomaticUpdates()
public WindowsConfiguration withEnableAutomaticUpdates(Boolean enableAutomaticUpdates)
enableAutomaticUpdates - the enableAutomaticUpdates value to setpublic String timeZone()
public WindowsConfiguration withTimeZone(String timeZone)
timeZone - the timeZone value to setpublic List<AdditionalUnattendContent> additionalUnattendContent()
public WindowsConfiguration withAdditionalUnattendContent(List<AdditionalUnattendContent> additionalUnattendContent)
additionalUnattendContent - the additionalUnattendContent value to setpublic WinRMConfiguration winRM()
public WindowsConfiguration withWinRM(WinRMConfiguration winRM)
winRM - the winRM value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/