Azure Networking Services · JSON Structure

Azure Networking Services Virtual Network Properties Format Structure

Properties of the virtual network.

Type: object Properties: 10
AzureCloudInfrastructureMicrosoftNetworking

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

Properties

addressSpace bgpCommunities ddosProtectionPlan dhcpOptions enableDdosProtection enableVmProtection provisioningState resourceGuid subnets virtualNetworkPeerings

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-properties-format-structure.json",
  "description": "Properties of the virtual network.",
  "properties": {
    "addressSpace": {
      "$ref": "#/definitions/AddressSpace",
      "description": "The AddressSpace that contains an array of IP address ranges that can be used by subnets."
    },
    "bgpCommunities": {
      "$ref": "#/definitions/VirtualNetworkBgpCommunities",
      "description": "Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET."
    },
    "ddosProtectionPlan": {
      "description": "Reference to another subresource.",
      "properties": {
        "id": {
          "description": "Resource ID.",
          "type": "string"
        }
      },
      "x-ms-azure-resource": true
    },
    "dhcpOptions": {
      "$ref": "#/definitions/DhcpOptions",
      "description": "The dhcpOptions that contains an array of DNS servers available to VMs deployed in the virtual network."
    },
    "enableDdosProtection": {
      "default": false,
      "description": "Indicates if DDoS protection is enabled for all the protected resources in the virtual network. It requires a DDoS protection plan associated with the resource.",
      "type": "boolean"
    },
    "enableVmProtection": {
      "default": false,
      "description": "Indicates if VM protection is enabled for all the subnets in the virtual network.",
      "type": "boolean"
    },
    "provisioningState": {
      "description": "The current provisioning state.",
      "enum": [
        "Succeeded",
        "Updating",
        "Deleting",
        "Failed"
      ],
      "readOnly": true,
      "type": "string",
      "x-ms-enum": {
        "modelAsString": true,
        "name": "ProvisioningState"
      }
    },
    "resourceGuid": {
      "description": "The resourceGuid property of the Virtual Network resource.",
      "type": "string"
    },
    "subnets": {
      "description": "A list of subnets in a Virtual Network.",
      "items": {
        "$ref": "#/definitions/Subnet"
      },
      "type": "array"
    },
    "virtualNetworkPeerings": {
      "description": "A list of peerings in a Virtual Network.",
      "items": {
        "$ref": "#/definitions/VirtualNetworkPeering"
      },
      "type": "array"
    }
  },
  "type": "object",
  "name": "VirtualNetworkPropertiesFormat"
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/azure-networking-services-virtual-network-properties-format-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.