additionalUnattendContent

@JvmName(name = "lmpkiwedqymlygll")
suspend fun additionalUnattendContent(value: Output<List<AdditionalUnattendContentArgs>>)
@JvmName(name = "suwxmcmeglyaybvf")
suspend fun additionalUnattendContent(value: List<AdditionalUnattendContentArgs>?)

Parameters

value

Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.


@JvmName(name = "esehwlchdumwueem")
suspend fun additionalUnattendContent(vararg values: Output<AdditionalUnattendContentArgs>)


@JvmName(name = "pdjpsagkvletobom")
suspend fun additionalUnattendContent(values: List<Output<AdditionalUnattendContentArgs>>)
@JvmName(name = "htgmhyxvyrjatjdw")
suspend fun additionalUnattendContent(vararg values: AdditionalUnattendContentArgs)

Parameters

values

Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.


@JvmName(name = "fupjrjrmltkigkug")
suspend fun additionalUnattendContent(argument: List<suspend AdditionalUnattendContentArgsBuilder.() -> Unit>)
@JvmName(name = "hsuybeuuyybntnmn")
suspend fun additionalUnattendContent(vararg argument: suspend AdditionalUnattendContentArgsBuilder.() -> Unit)
@JvmName(name = "dflbprkgimkpgxht")
suspend fun additionalUnattendContent(argument: suspend AdditionalUnattendContentArgsBuilder.() -> Unit)

Parameters

argument

Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.