Uses of Class
com.microsoft.azure.management.compute.AdditionalUnattendContent
Packages that use AdditionalUnattendContent
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of AdditionalUnattendContent in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return AdditionalUnattendContentModifier 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.Methods in com.microsoft.azure.management.compute that return types with arguments of type AdditionalUnattendContentModifier 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.Method parameters in com.microsoft.azure.management.compute with type arguments of type AdditionalUnattendContentModifier 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.