AccountDataStoreArgs

data class AccountDataStoreArgs(val storageAccountId: Output<String>? = null, val uniqueName: Output<String>) : ConvertibleToJava<AccountDataStoreArgs>

Constructors

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

Properties

Link copied to clipboard
val storageAccountId: Output<String>? = null

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

Link copied to clipboard
val uniqueName: Output<String>

The name given to the linked Storage Account.

Functions

Link copied to clipboard
open override fun toJava(): AccountDataStoreArgs