Get Sql Server Instance Telemetry Result
data class GetSqlServerInstanceTelemetryResult(val columns: List<SqlServerInstanceTelemetryColumnResponse>, val nextLink: String, val rows: List<List<String>>)
A section of the telemetry response for the SQL Server instance.