storageAccounts

@JvmName(name = "ifqgdxuhjycnnaie")
suspend fun storageAccounts(value: Output<List<WindowsWebAppStorageAccountArgs>>)
@JvmName(name = "yxuwvrbulhoxunol")
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 = "uwucfdedesmajupm")
suspend fun storageAccounts(vararg values: Output<WindowsWebAppStorageAccountArgs>)


@JvmName(name = "boipklajcgdgecsr")
suspend fun storageAccounts(values: List<Output<WindowsWebAppStorageAccountArgs>>)
@JvmName(name = "reiijipynafantpw")
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 = "mxmcgnpjlrdgoeln")
suspend fun storageAccounts(argument: List<suspend WindowsWebAppStorageAccountArgsBuilder.() -> Unit>)
@JvmName(name = "tujcbwbevoiygmga")
suspend fun storageAccounts(vararg argument: suspend WindowsWebAppStorageAccountArgsBuilder.() -> Unit)
@JvmName(name = "rcqlrduqftegkyec")
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.