DataLakeStorageAccountDetails

Details of the default data lake storage account.

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

Name Type Description
accountUrl string Account URL.
filesystem string Filesystem name.
resourceId string ARM resource ID of the storage account.
createManagedPrivateEndpoint boolean Create managed private endpoint to the storage account.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-synapse-analytics-datalakestorageaccountdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DataLakeStorageAccountDetails",
  "title": "DataLakeStorageAccountDetails",
  "type": "object",
  "description": "Details of the default data lake storage account.",
  "properties": {
    "accountUrl": {
      "type": "string",
      "description": "Account URL."
    },
    "filesystem": {
      "type": "string",
      "description": "Filesystem name."
    },
    "resourceId": {
      "type": "string",
      "description": "ARM resource ID of the storage account."
    },
    "createManagedPrivateEndpoint": {
      "type": "boolean",
      "description": "Create managed private endpoint to the storage account."
    }
  }
}