BigDataPoolResourceInfo

A Big Data pool resource.

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

Name Type Description
id string
name string
type string
location string The geo-location where the resource lives.
tags object
properties object
View JSON Schema on GitHub

JSON Schema

microsoft-azure-synapse-analytics-bigdatapoolresourceinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BigDataPoolResourceInfo",
  "title": "BigDataPoolResourceInfo",
  "type": "object",
  "description": "A Big Data pool resource.",
  "properties": {
    "id": {
      "type": "string",
      "readOnly": true
    },
    "name": {
      "type": "string",
      "readOnly": true
    },
    "type": {
      "type": "string",
      "readOnly": true
    },
    "location": {
      "type": "string",
      "description": "The geo-location where the resource lives."
    },
    "tags": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    },
    "properties": {
      "$ref": "#/components/schemas/BigDataPoolResourceProperties"
    }
  }
}