Microsoft Azure · JSON Structure

Azure Resource List Result Structure

ResourceListResult schema from Microsoft Azure API

Type: object Properties: 2
Cloud ComputingDatabasesInfrastructureMachine LearningNetworkingPlatform as a ServiceStorage

ResourceListResult is a JSON Structure definition published by Microsoft Azure, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

value nextLink

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure/refs/heads/main/json-structure/azure-resource-list-result-structure.json",
  "description": "ResourceListResult schema from Microsoft Azure API",
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/GenericResource"
      }
    },
    "nextLink": {
      "type": "string"
    }
  },
  "name": "ResourceListResult"
}