storageAccounts

@JvmName(name = "vagfrnltjbhattye")
suspend fun storageAccounts(value: Output<List<WindowsWebAppSlotStorageAccountArgs>>)
@JvmName(name = "twuwycxdoibllvoc")
suspend fun storageAccounts(value: List<WindowsWebAppSlotStorageAccountArgs>?)

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 = "eqbgewnvxdffdfjm")
suspend fun storageAccounts(vararg values: Output<WindowsWebAppSlotStorageAccountArgs>)


@JvmName(name = "fjangulsvxbfcqvq")
suspend fun storageAccounts(values: List<Output<WindowsWebAppSlotStorageAccountArgs>>)
@JvmName(name = "syhpxildvpmnvvih")
suspend fun storageAccounts(vararg values: WindowsWebAppSlotStorageAccountArgs)

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 = "imuwqsudgswlgetn")
suspend fun storageAccounts(argument: List<suspend WindowsWebAppSlotStorageAccountArgsBuilder.() -> Unit>)
@JvmName(name = "gbycdmxnksxcfilj")
suspend fun storageAccounts(vararg argument: suspend WindowsWebAppSlotStorageAccountArgsBuilder.() -> Unit)
@JvmName(name = "dxxpsucyirldqhlu")
suspend fun storageAccounts(argument: suspend WindowsWebAppSlotStorageAccountArgsBuilder.() -> 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.