defaultDocuments

@JvmName(name = "nmgqybpkvvyiaplm")
suspend fun defaultDocuments(value: Output<List<String>>)
@JvmName(name = "oooxqtfgyfqtpdsh")
suspend fun defaultDocuments(value: List<String>?)

Parameters

value

Specifies a list of Default Documents for the Windows Function App.


@JvmName(name = "ayvbhscalqpamula")
suspend fun defaultDocuments(vararg values: Output<String>)


@JvmName(name = "acmjuhomfnikirhv")
suspend fun defaultDocuments(values: List<Output<String>>)
@JvmName(name = "hcmfhhjcrxletnri")
suspend fun defaultDocuments(vararg values: String)

Parameters

values

Specifies a list of Default Documents for the Windows Function App.