WorkspaceInfoListResult

List of workspaces.

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

Name Type Description
value array List of workspaces.
nextLink string Link to the next page of results.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-synapse-analytics-workspaceinfolistresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WorkspaceInfoListResult",
  "title": "WorkspaceInfoListResult",
  "type": "object",
  "description": "List of workspaces.",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Workspace"
      },
      "description": "List of workspaces."
    },
    "nextLink": {
      "type": "string",
      "description": "Link to the next page of results."
    }
  }
}