StorageAccountPropertiesArgs

data class StorageAccountPropertiesArgs(val accessKey: Output<String>, val storageAccountId: Output<String>) : ConvertibleToJava<StorageAccountPropertiesArgs>

The properties of a storage account for a machine learning team account.

Constructors

Link copied to clipboard
constructor(accessKey: Output<String>, storageAccountId: Output<String>)

Properties

Link copied to clipboard
val accessKey: Output<String>

The access key to the storage account.

Link copied to clipboard

The fully qualified arm Id of the storage account.

Functions

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