| Modifier and Type | Method and Description |
|---|---|
AdditionalUnattendContent |
AdditionalUnattendContent.withComponentName(ComponentNames componentName)
Set the componentName value.
|
AdditionalUnattendContent |
AdditionalUnattendContent.withContent(String content)
Set the content value.
|
AdditionalUnattendContent |
AdditionalUnattendContent.withPassName(PassNames passName)
Set the passName value.
|
AdditionalUnattendContent |
AdditionalUnattendContent.withSettingName(SettingNames settingName)
Set the settingName value.
|
| Modifier and Type | Method and Description |
|---|---|
List<AdditionalUnattendContent> |
WindowsConfiguration.additionalUnattendContent()
Get the additionalUnattendContent value.
|
| Modifier and Type | Method and Description |
|---|---|
WindowsConfiguration |
WindowsConfiguration.withAdditionalUnattendContent(List<AdditionalUnattendContent> additionalUnattendContent)
Set the additionalUnattendContent value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/