Azure Networking Services · JSON Structure

Azure Networking Services Virtual Network Usage Name Structure

Usage strings container.

Type: object Properties: 2
AzureCloudInfrastructureMicrosoftNetworking

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

Properties

localizedValue value

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-name-structure.json",
  "description": "Usage strings container.",
  "properties": {
    "localizedValue": {
      "description": "Localized subnet size and usage string.",
      "readOnly": true,
      "type": "string"
    },
    "value": {
      "description": "Subnet size and usage string.",
      "readOnly": true,
      "type": "string"
    }
  },
  "type": "object",
  "name": "VirtualNetworkUsageName"
}