StorageAccountPropertiesArgs

data class StorageAccountPropertiesArgs(val resourceId: Output<String>? = null) : ConvertibleToJava<StorageAccountPropertiesArgs>

Properties of Storage Account.

Constructors

Link copied to clipboard
constructor(resourceId: Output<String>? = null)

Properties

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

ARM resource ID of the Azure Storage Account to store CLI specific files. If not provided one will be created. This cannot be changed once the cluster is created.

Functions

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