Uses of Class
com.microsoft.azure.management.compute.AdditionalUnattendContent
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of AdditionalUnattendContent in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionAdditionalUnattendContent.withComponentName
(ComponentNames componentName) Set the component name.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.withPassName
(PassNames passName) Set the pass name.AdditionalUnattendContent.withSettingName
(SettingNames settingName) Set specifies the name of the setting to which the content applies.Modifier and TypeMethodDescriptionWindowsConfiguration.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 TypeMethodDescriptionWindowsConfiguration.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.