StorageAccountResponse

data class StorageAccountResponse(val id: String, val key: String)

Describes a storage account connection.

Constructors

Link copied to clipboard
constructor(id: String, key: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The Azure Resource Manager ID of the storage account resource.

Link copied to clipboard
val key: String

The storage account key.