VirtualNetworkBgpCommunitiesResponse

data class VirtualNetworkBgpCommunitiesResponse(val regionalCommunity: String, val virtualNetworkCommunity: String)

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

Constructors

Link copied to clipboard
constructor(regionalCommunity: String, virtualNetworkCommunity: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The BGP community associated with the region of the virtual network.

Link copied to clipboard

The BGP community associated with the virtual network.