VirtualNetworkBgpCommunities Class
Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.network._serialization.ModelVirtualNetworkBgpCommunities
Constructor
VirtualNetworkBgpCommunities(*, virtual_network_community: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
virtual_network_community
|
The BGP community associated with the virtual network. Required. |
Variables
Name | Description |
---|---|
virtual_network_community
|
The BGP community associated with the virtual network. Required. |
regional_community
|
The BGP community associated with the region of the virtual network. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python