storageAccounts

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


@JvmName(name = "dadjbdgqnixyabgx")
suspend fun storageAccounts(values: List<Output<WindowsWebAppStorageAccountArgs>>)
@JvmName(name = "ypqaipjyymnfkgot")
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 = "lqfeovgdlixtbbld")
suspend fun storageAccounts(argument: List<suspend WindowsWebAppStorageAccountArgsBuilder.() -> Unit>)
@JvmName(name = "mrngnjabyqumpwhm")
suspend fun storageAccounts(vararg argument: suspend WindowsWebAppStorageAccountArgsBuilder.() -> Unit)
@JvmName(name = "gvdhnbynplrwnjjn")
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.