StorageAccountPropertiesResponse

data class StorageAccountPropertiesResponse(val accessKey: String, val storageAccountId: String)

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The access key to the storage account.

Link copied to clipboard

The fully qualified arm Id of the storage account.