Azure Networking Services · JSON Structure

Azure Networking Services Virtual Network Bgp Communities Structure

Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET.

Type: object Properties: 2 Required: 1
AzureCloudInfrastructureMicrosoftNetworking

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

Properties

regionalCommunity virtualNetworkCommunity

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-bgp-communities-structure.json",
  "description": "Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET.",
  "properties": {
    "regionalCommunity": {
      "description": "The BGP community associated with the region of the virtual network",
      "readOnly": true,
      "type": "string"
    },
    "virtualNetworkCommunity": {
      "description": "The BGP community associated with the virtual network",
      "type": "string"
    }
  },
  "type": "object",
  "required": [
    "virtualNetworkCommunity"
  ],
  "name": "VirtualNetworkBgpCommunities"
}