defaultDocuments

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

Parameters

value

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


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


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

Parameters

values

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