AccountDataStore

data class AccountDataStore(val storageAccountId: String? = null, val uniqueName: String)

Constructors

Link copied to clipboard
constructor(storageAccountId: String? = null, uniqueName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Storage Account that should be linked to this Azure Maps Account.

Link copied to clipboard

The name given to the linked Storage Account.