storageAccounts

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


@JvmName(name = "llgjevstmsxaetpy")
suspend fun storageAccounts(values: List<Output<WindowsWebAppStorageAccountArgs>>)
@JvmName(name = "frekcjibnfmxflsv")
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 = "asvokdmkifapmhst")
suspend fun storageAccounts(argument: List<suspend WindowsWebAppStorageAccountArgsBuilder.() -> Unit>)
@JvmName(name = "hkmeqrfkeenwmlyw")
suspend fun storageAccounts(vararg argument: suspend WindowsWebAppStorageAccountArgsBuilder.() -> Unit)
@JvmName(name = "jepcoisiskjcxmnl")
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.