StorageAccountResponse

data class StorageAccountResponse(val accountKey: String? = null, val accountName: String? = null)

The properties that are associated with an Azure Storage account

Constructors

Link copied to clipboard
constructor(accountKey: String? = null, accountName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountKey: String? = null

The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.

Link copied to clipboard
val accountName: String? = null

The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.