Get Component Linked Storage Account Result
data class GetComponentLinkedStorageAccountResult(val id: String, val linkedStorageAccount: String? = null, val name: String, val type: String)
An Application Insights component linked storage accounts
Constructors
Link copied to clipboard
fun GetComponentLinkedStorageAccountResult(id: String, linkedStorageAccount: String? = null, name: String, type: String)