Uses of Class
com.azure.resourcemanager.compute.models.AdditionalUnattendContent
-
Packages that use AdditionalUnattendContent Package Description com.azure.resourcemanager.compute.models 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 AdditionalUnattendContent Modifier and Type Method Description AdditionalUnattendContentAdditionalUnattendContent. withComponentName(ComponentNames componentName)Set the componentName property: The component name.AdditionalUnattendContentAdditionalUnattendContent. 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.AdditionalUnattendContentAdditionalUnattendContent. withPassName(PassNames passName)Set the passName property: The pass name.AdditionalUnattendContentAdditionalUnattendContent. 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 AdditionalUnattendContent Modifier and Type Method Description List<AdditionalUnattendContent>WindowsConfiguration. 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 AdditionalUnattendContent Modifier and Type Method Description WindowsConfigurationWindowsConfiguration. 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.
-