Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
AdditionalUnattendContent |
AdditionalUnattendContent.withComponentName(ComponentNames componentName)
Set the component name.
|
AdditionalUnattendContent |
AdditionalUnattendContent.withContent(String content)
Set specifies the XML formatted content that is added to the unattend.xml file for the specified path and component.
|
AdditionalUnattendContent |
AdditionalUnattendContent.withPassName(PassNames passName)
Set the pass name.
|
AdditionalUnattendContent |
AdditionalUnattendContent.withSettingName(SettingNames settingName)
Set specifies the name of the setting to which the content applies.
|
Modifier and Type | Method and Description |
---|---|
List<AdditionalUnattendContent> |
WindowsConfiguration.additionalUnattendContent()
Get specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
|
Modifier and Type | Method and Description |
---|---|
WindowsConfiguration |
WindowsConfiguration.withAdditionalUnattendContent(List<AdditionalUnattendContent> additionalUnattendContent)
Set specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
|
Copyright © 2019. All rights reserved.