Microsoft Azure · JSON Structure

Azure Subscription List Result Structure

SubscriptionListResult schema from Microsoft Azure API

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

SubscriptionListResult 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-subscription-list-result-structure.json",
  "description": "SubscriptionListResult schema from Microsoft Azure API",
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Subscription"
      }
    },
    "nextLink": {
      "type": "string"
    }
  },
  "name": "SubscriptionListResult"
}