storageAccount

@JvmName(name = "tppnnlhdrswaxiys")
suspend fun storageAccount(value: Output<StorageAccountArgs>)
@JvmName(name = "fgfkullcxdkewbpt")
suspend fun storageAccount(value: StorageAccountArgs?)

Parameters

value

Specifies the storage account that Azure Machine Learning uses to store information about the web service. Only the name of the storage account is returned from calls to GET operations. When updating the storage account information, you must ensure that all necessary assets are available in the new storage account or calls to your web service will fail.


@JvmName(name = "jyrjrtdsjokjrhfl")
suspend fun storageAccount(argument: suspend StorageAccountArgsBuilder.() -> Unit)

Parameters

argument

Specifies the storage account that Azure Machine Learning uses to store information about the web service. Only the name of the storage account is returned from calls to GET operations. When updating the storage account information, you must ensure that all necessary assets are available in the new storage account or calls to your web service will fail.