SqlPoolInfoListResult

SqlPoolInfoListResult schema from Azure Synapse Analytics API

AnalyticsApache SparkBig DataData WarehouseETLSQL

Properties

Name Type Description
value array
nextLink string
View JSON Schema on GitHub

JSON Schema

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