LinkedServiceReference

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

Name Type Description
type string
referenceName string
View JSON Schema on GitHub

JSON Schema

microsoft-azure-synapse-analytics-linkedservicereference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LinkedServiceReference",
  "title": "LinkedServiceReference",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "enum": [
        "LinkedServiceReference"
      ]
    },
    "referenceName": {
      "type": "string"
    }
  }
}