Additional Unattend Content Args
data class AdditionalUnattendContentArgs(val componentName: Output<ComponentNames>? = null, val content: Output<String>? = null, val passName: Output<PassNames>? = null, val settingName: Output<SettingNames>? = null) : ConvertibleToJava<AdditionalUnattendContentArgs>
Specifies additional XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup. Contents are defined by setting name, component name, and the pass in which the content is applied.
Constructors
Link copied to clipboard
constructor(componentName: Output<ComponentNames>? = null, content: Output<String>? = null, passName: Output<PassNames>? = null, settingName: Output<SettingNames>? = null)