SqlPoolInfoListResult

List of SQL pools.

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

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

JSON Schema

microsoft-azure-synapse-analytics-sqlpoolinfolistresult-schema.json Raw ↑
{
  "$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"
    }
  }
}