StorageAccountPropertiesArgs

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

Properties of Storage Account.

Constructors

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

Functions

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

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.