Azure Synapse Analytics · JSON Structure

Azure Synapse Sql Pool Structure

A SQL pool resource.

Type: object Properties: 6
AnalyticsApache SparkBig DataData WarehouseETLSQL

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

Properties

id name location tags sku properties

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-structure.json",
  "description": "A SQL pool resource.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "readOnly": true
    },
    "name": {
      "type": "string",
      "readOnly": true
    },
    "location": {
      "type": "string"
    },
    "tags": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    },
    "sku": {
      "type": "object",
      "properties": {
        "tier": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "capacity": {
          "type": "integer"
        }
      }
    },
    "properties": {
      "type": "object",
      "properties": {
        "provisioningState": {
          "type": "string",
          "readOnly": true
        },
        "status": {
          "type": "string",
          "readOnly": true
        },
        "restorePointInTime": {
          "type": "string",
          "format": "date-time"
        }
      }
    }
  },
  "name": "SqlPool"
}