StorageAccountArgs

data class StorageAccountArgs(val key: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<StorageAccountArgs>

Access information for a storage account.

Constructors

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

Properties

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

Specifies the key used to access the storage account.

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

Specifies the name of the storage account.

Functions

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