SqlPoolPatchInfo

SQL pool patch info.

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

Name Type Description
tags object
location string
sku object
properties object
View JSON Schema on GitHub

JSON Schema

microsoft-azure-synapse-analytics-sqlpoolpatchinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SqlPoolPatchInfo",
  "title": "SqlPoolPatchInfo",
  "type": "object",
  "description": "SQL pool patch info.",
  "properties": {
    "tags": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    },
    "location": {
      "type": "string"
    },
    "sku": {
      "$ref": "#/components/schemas/Sku"
    },
    "properties": {
      "type": "object",
      "properties": {
        "maxSizeBytes": {
          "type": "integer",
          "format": "int64"
        },
        "collation": {
          "type": "string"
        },
        "createMode": {
          "type": "string"
        }
      }
    }
  }
}