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.