IntegrationRuntime

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

Name Type Description
type string Type of integration runtime.
description string
View JSON Schema on GitHub

JSON Schema

microsoft-azure-synapse-analytics-integrationruntime-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IntegrationRuntime",
  "title": "IntegrationRuntime",
  "type": "object",
  "required": [
    "type"
  ],
  "properties": {
    "type": {
      "type": "string",
      "description": "Type of integration runtime.",
      "enum": [
        "Managed",
        "SelfHosted"
      ]
    },
    "description": {
      "type": "string"
    }
  }
}