StorageAccountResponse

data class StorageAccountResponse(val key: String? = null, val name: String? = null)

Access information for a storage account.

Constructors

Link copied to clipboard
constructor(key: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String? = null

Specifies the key used to access the storage account.

Link copied to clipboard
val name: String? = null

Specifies the name of the storage account.