{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/azure-networking-services/refs/heads/main/json-structure/azure-networking-services-virtual-network-list-usage-result-structure.json", "description": "Response for the virtual networks GetUsage API service call.", "properties": { "nextLink": { "description": "The URL to get the next set of results.", "type": "string" }, "value": { "description": "VirtualNetwork usage stats.", "items": { "$ref": "#/definitions/VirtualNetworkUsage" }, "readOnly": true, "type": "array" } }, "type": "object", "name": "VirtualNetworkListUsageResult" }