BigDataPoolPatchInfo

Properties for updating a Big Data pool.

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

Name Type Description
tags object
View JSON Schema on GitHub

JSON Schema

microsoft-azure-synapse-analytics-bigdatapoolpatchinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BigDataPoolPatchInfo",
  "title": "BigDataPoolPatchInfo",
  "type": "object",
  "description": "Properties for updating a Big Data pool.",
  "properties": {
    "tags": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    }
  }
}