List of SQL pools.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SqlPoolInfoListResult", "title": "SqlPoolInfoListResult", "type": "object", "description": "List of SQL pools.", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/SqlPool" } }, "nextLink": { "type": "string" } } }