storageAccounts

@JvmName(name = "nwrfolylguwqihkw")
suspend fun storageAccounts(value: Output<List<WindowsWebAppSlotStorageAccountArgs>>)
@JvmName(name = "hdllsjounxhgfvhl")
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 = "kijhbudtsqujpsgm")
suspend fun storageAccounts(vararg values: Output<WindowsWebAppSlotStorageAccountArgs>)


@JvmName(name = "pknrcgcsjvsponom")
suspend fun storageAccounts(values: List<Output<WindowsWebAppSlotStorageAccountArgs>>)
@JvmName(name = "hfxakonbcdvvlods")
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 = "vqliaeknevpokhqv")
suspend fun storageAccounts(argument: List<suspend WindowsWebAppSlotStorageAccountArgsBuilder.() -> Unit>)
@JvmName(name = "atchdmbthxgaeelb")
suspend fun storageAccounts(vararg argument: suspend WindowsWebAppSlotStorageAccountArgsBuilder.() -> Unit)
@JvmName(name = "tqkdvlxqvhngqtqm")
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.