Azure Networking · Schema

ResourceList

AzureCloudInfrastructureMicrosoftNetworking

Properties

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

JSON Schema

microsoft-azure-networking-resourcelist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResourceList",
  "title": "ResourceList",
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Resource"
      }
    },
    "nextLink": {
      "type": "string",
      "description": "URL to the next page of results."
    }
  }
}