Account Storage Account
data class AccountStorageAccount(val id: String, val isPrimary: Boolean? = null, val managedIdentity: AccountStorageAccountManagedIdentity? = null)
Constructors
Link copied to clipboard
constructor(id: String, isPrimary: Boolean? = null, managedIdentity: AccountStorageAccountManagedIdentity? = null)