Sku

SQL pool SKU.

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

Name Type Description
tier string
name string
capacity integer
View JSON Schema on GitHub

JSON Schema

microsoft-azure-synapse-analytics-sku-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Sku",
  "title": "Sku",
  "type": "object",
  "description": "SQL pool SKU.",
  "properties": {
    "tier": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "capacity": {
      "type": "integer"
    }
  }
}