BigDataPoolResourceInfoListResult

BigDataPoolResourceInfoListResult 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-big-data-pool-resource-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-big-data-pool-resource-info-list-result-schema.json",
  "title": "BigDataPoolResourceInfoListResult",
  "description": "BigDataPoolResourceInfoListResult schema from Azure Synapse Analytics API",
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/BigDataPool"
      }
    },
    "nextLink": {
      "type": "string"
    }
  }
}