Uses of Class
com.azure.resourcemanager.compute.models.AdditionalUnattendContent
Packages that use AdditionalUnattendContent
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of AdditionalUnattendContent in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return AdditionalUnattendContentModifier and TypeMethodDescriptionAdditionalUnattendContent.withComponentName(ComponentNames componentName) Set the componentName property: The component name.AdditionalUnattendContent.withContent(String content) Set the content property: 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 passName property: The pass name.AdditionalUnattendContent.withSettingName(SettingNames settingName) Set the settingName property: Specifies the name of the setting to which the content applies.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type AdditionalUnattendContentModifier and TypeMethodDescriptionWindowsConfiguration.additionalUnattendContent()Get the additionalUnattendContent property: 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.azure.resourcemanager.compute.models with type arguments of type AdditionalUnattendContentModifier and TypeMethodDescriptionWindowsConfiguration.withAdditionalUnattendContent(List<AdditionalUnattendContent> additionalUnattendContent) Set the additionalUnattendContent property: Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.