Azure Networking Services · JSON Structure

Azure Networking Services Virtual Network Usage Structure

Usage details for subnet.

Type: object Properties: 5
AzureCloudInfrastructureMicrosoftNetworking

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

Properties

currentValue id limit name unit

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-networking-services/refs/heads/main/json-structure/azure-networking-services-virtual-network-usage-structure.json",
  "description": "Usage details for subnet.",
  "properties": {
    "currentValue": {
      "description": "Indicates number of IPs used from the Subnet.",
      "format": "double",
      "readOnly": true,
      "type": "number"
    },
    "id": {
      "description": "Subnet identifier.",
      "readOnly": true,
      "type": "string"
    },
    "limit": {
      "description": "Indicates the size of the subnet.",
      "format": "double",
      "readOnly": true,
      "type": "number"
    },
    "name": {
      "$ref": "#/definitions/VirtualNetworkUsageName",
      "description": "The name containing common and localized value for usage.",
      "readOnly": true
    },
    "unit": {
      "description": "Usage units. Returns 'Count'.",
      "readOnly": true,
      "type": "string"
    }
  },
  "type": "object",
  "name": "VirtualNetworkUsage"
}