Uses of Class
com.azure.resourcemanager.network.models.VirtualNetworkBgpCommunities
-
Packages that use VirtualNetworkBgpCommunities 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. -
-
Uses of VirtualNetworkBgpCommunities in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VirtualNetworkBgpCommunities Modifier and Type Method Description VirtualNetworkBgpCommunitiesVirtualNetworkInner. bgpCommunities()Get the bgpCommunities property: Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET.VirtualNetworkBgpCommunitiesVirtualNetworkPropertiesFormat. bgpCommunities()Get the bgpCommunities property: Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET.VirtualNetworkBgpCommunitiesVirtualNetworkPeeringInner. remoteBgpCommunities()Get the remoteBgpCommunities property: The reference to the remote virtual network's Bgp Communities.VirtualNetworkBgpCommunitiesVirtualNetworkPeeringPropertiesFormat. remoteBgpCommunities()Get the remoteBgpCommunities property: The reference to the remote virtual network's Bgp Communities.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type VirtualNetworkBgpCommunities Modifier and Type Method Description VirtualNetworkInnerVirtualNetworkInner. withBgpCommunities(VirtualNetworkBgpCommunities bgpCommunities)Set the bgpCommunities property: Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET.VirtualNetworkPropertiesFormatVirtualNetworkPropertiesFormat. withBgpCommunities(VirtualNetworkBgpCommunities bgpCommunities)Set the bgpCommunities property: Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET.VirtualNetworkPeeringInnerVirtualNetworkPeeringInner. withRemoteBgpCommunities(VirtualNetworkBgpCommunities remoteBgpCommunities)Set the remoteBgpCommunities property: The reference to the remote virtual network's Bgp Communities.VirtualNetworkPeeringPropertiesFormatVirtualNetworkPeeringPropertiesFormat. withRemoteBgpCommunities(VirtualNetworkBgpCommunities remoteBgpCommunities)Set the remoteBgpCommunities property: The reference to the remote virtual network's Bgp Communities. -
Uses of VirtualNetworkBgpCommunities in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VirtualNetworkBgpCommunities Modifier and Type Method Description VirtualNetworkBgpCommunitiesVirtualNetworkBgpCommunities. withVirtualNetworkCommunity(String virtualNetworkCommunity)Set the virtualNetworkCommunity property: The BGP community associated with the virtual network.
-