AccountStorage

data class AccountStorage(val identityClientId: String? = null, val storageAccountId: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The client ID of the managed identity associated with the storage resource.

Link copied to clipboard

Full resource id of a Microsoft.Storage resource.