KustoPoolListResult

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

Name Type Description
value array
View JSON Schema on GitHub

JSON Schema

microsoft-azure-synapse-analytics-kustopoollistresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/KustoPoolListResult",
  "title": "KustoPoolListResult",
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/KustoPool"
      }
    }
  }
}