StorageAccountConfigurationArgs

data class StorageAccountConfigurationArgs(val storageAccountKey: Output<String>? = null, val storageAccountName: Output<String>? = null) : ConvertibleToJava<StorageAccountConfigurationArgs>

Settings to use an existing storage account. Valid storage account kinds are: Storage, StorageV2 and FileStorage

Constructors

Link copied to clipboard
constructor(storageAccountKey: Output<String>? = null, storageAccountName: Output<String>? = null)

Properties

Link copied to clipboard
val storageAccountKey: Output<String>? = null

The storage account access key.

Link copied to clipboard
val storageAccountName: Output<String>? = null

The storage account name.

Functions

Link copied to clipboard
open override fun toJava(): StorageAccountConfigurationArgs