Get Storage Insight Config Result
data class GetStorageInsightConfigResult(val containers: List<String>? = null, val eTag: String? = null, val id: String, val name: String, val status: StorageInsightStatusResponse, val storageAccount: StorageAccountResponse, val tables: List<String>? = null, val tags: Map<String, String>? = null, val type: String)
The top level storage insight resource container.
Constructors
Link copied to clipboard
fun GetStorageInsightConfigResult(containers: List<String>? = null, eTag: String? = null, id: String, name: String, status: StorageInsightStatusResponse, storageAccount: StorageAccountResponse, tables: List<String>? = null, tags: Map<String, String>? = null, type: String)