Azure Synapse Analytics · JSON Structure

Azure Synapse Sql Pool Info List Result Structure

SqlPoolInfoListResult schema from Azure Synapse Analytics API

Type: object Properties: 2
AnalyticsApache SparkBig DataData WarehouseETLSQL

SqlPoolInfoListResult is a JSON Structure definition published by Azure Synapse Analytics, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

value nextLink

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-synapse/refs/heads/main/json-structure/azure-synapse-sql-pool-info-list-result-structure.json",
  "description": "SqlPoolInfoListResult schema from Azure Synapse Analytics API",
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SqlPool"
      }
    },
    "nextLink": {
      "type": "string"
    }
  },
  "name": "SqlPoolInfoListResult"
}