storageAccounts

@JvmName(name = "pvggqqdmnnrcvpnj")
suspend fun storageAccounts(value: Output<List<WindowsWebAppStorageAccountArgs>>)
@JvmName(name = "qbfsxuvtwmxvxpta")
suspend fun storageAccounts(value: List<WindowsWebAppStorageAccountArgs>?)

Parameters

value

One or more storage_account blocks as defined below.

Note: Using this value requires WEBSITE_RUN_FROM_PACKAGE=1 to be set on the App in app_settings. Refer to the Azure docs for further details.


@JvmName(name = "fdtgtwnlnbmuofrp")
suspend fun storageAccounts(vararg values: Output<WindowsWebAppStorageAccountArgs>)


@JvmName(name = "vlgypqkyskqcpdkk")
suspend fun storageAccounts(values: List<Output<WindowsWebAppStorageAccountArgs>>)
@JvmName(name = "cexsqgjynwfxaqlw")
suspend fun storageAccounts(vararg values: WindowsWebAppStorageAccountArgs)

Parameters

values

One or more storage_account blocks as defined below.

Note: Using this value requires WEBSITE_RUN_FROM_PACKAGE=1 to be set on the App in app_settings. Refer to the Azure docs for further details.


@JvmName(name = "qjuksymnrlofnenb")
suspend fun storageAccounts(argument: List<suspend WindowsWebAppStorageAccountArgsBuilder.() -> Unit>)
@JvmName(name = "gxfcfgwhufwwueja")
suspend fun storageAccounts(vararg argument: suspend WindowsWebAppStorageAccountArgsBuilder.() -> Unit)
@JvmName(name = "btjxwojdpkvxkvrl")
suspend fun storageAccounts(argument: suspend WindowsWebAppStorageAccountArgsBuilder.() -> Unit)

Parameters

argument

One or more storage_account blocks as defined below.

Note: Using this value requires WEBSITE_RUN_FROM_PACKAGE=1 to be set on the App in app_settings. Refer to the Azure docs for further details.