CreateSqlPoolRestorePointDefinition

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

Name Type Description
restorePointLabel string The restore point label.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-synapse-analytics-createsqlpoolrestorepointdefinition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateSqlPoolRestorePointDefinition",
  "title": "CreateSqlPoolRestorePointDefinition",
  "type": "object",
  "required": [
    "restorePointLabel"
  ],
  "properties": {
    "restorePointLabel": {
      "type": "string",
      "description": "The restore point label."
    }
  }
}