| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualNetworkBgpCommunities |
VirtualNetworkInner.bgpCommunities()
Get the bgpCommunities property: Bgp Communities sent over ExpressRoute with each route corresponding to a prefix
in this VNET.
|
VirtualNetworkBgpCommunities |
VirtualNetworkPeeringInner.remoteBgpCommunities()
Get the remoteBgpCommunities property: The reference to the remote virtual network's Bgp Communities.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualNetworkInner |
VirtualNetworkInner.withBgpCommunities(VirtualNetworkBgpCommunities bgpCommunities)
Set the bgpCommunities property: Bgp Communities sent over ExpressRoute with each route corresponding to a prefix
in this VNET.
|
VirtualNetworkPeeringInner |
VirtualNetworkPeeringInner.withRemoteBgpCommunities(VirtualNetworkBgpCommunities remoteBgpCommunities)
Set the remoteBgpCommunities property: The reference to the remote virtual network's Bgp Communities.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualNetworkBgpCommunities |
VirtualNetworkBgpCommunities.withVirtualNetworkCommunity(String virtualNetworkCommunity)
Set the virtualNetworkCommunity property: The BGP community associated with the virtual network.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.