StorageAccountArgs

data class StorageAccountArgs(val accountKey: Output<String>, val accountName: Output<String>, val storageType: Output<String>) : ConvertibleToJava<StorageAccountArgs>

storage resource of type Azure Storage Account.

Constructors

Link copied to clipboard
constructor(accountKey: Output<String>, accountName: Output<String>, storageType: Output<String>)

Properties

Link copied to clipboard
val accountKey: Output<String>

The account key of the Azure Storage Account.

Link copied to clipboard
val accountName: Output<String>

The account name of the Azure Storage Account.

Link copied to clipboard
val storageType: Output<String>

The type of the storage. Expected value is 'StorageAccount'.

Functions

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