VirtualNetworkUsageName

Usage strings container.

AzureCloudInfrastructureMicrosoftNetworking

Properties

Name Type Description
localizedValue string Localized subnet size and usage string.
value string Subnet size and usage string.
View JSON Schema on GitHub

JSON Schema

azure-networking-services-virtual-network-usage-name-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-networking-services/refs/heads/main/json-schema/azure-networking-services-virtual-network-usage-name-schema.json",
  "title": "VirtualNetworkUsageName",
  "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"
}