Uses of Class
com.azure.resourcemanager.network.models.VirtualNetworkBgpCommunities
Packages that use VirtualNetworkBgpCommunities
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 VirtualNetworkBgpCommunitiesModifier and TypeMethodDescriptionVirtualNetworkInner.bgpCommunities()Get the bgpCommunities property: Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET.VirtualNetworkPropertiesFormat.bgpCommunities()Get the bgpCommunities property: Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET.VirtualNetworkPeeringInner.remoteBgpCommunities()Get the remoteBgpCommunities property: The reference to the remote virtual network's Bgp Communities.VirtualNetworkPeeringPropertiesFormat.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 VirtualNetworkBgpCommunitiesModifier and TypeMethodDescriptionVirtualNetworkInner.withBgpCommunities(VirtualNetworkBgpCommunities bgpCommunities) Set the bgpCommunities property: Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET.VirtualNetworkPropertiesFormat.withBgpCommunities(VirtualNetworkBgpCommunities bgpCommunities) Set the bgpCommunities property: Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET.VirtualNetworkPeeringInner.withRemoteBgpCommunities(VirtualNetworkBgpCommunities remoteBgpCommunities) Set the remoteBgpCommunities property: The reference to the remote virtual network's Bgp Communities.VirtualNetworkPeeringPropertiesFormat.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 VirtualNetworkBgpCommunitiesModifier and TypeMethodDescriptionstatic VirtualNetworkBgpCommunitiesVirtualNetworkBgpCommunities.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualNetworkBgpCommunities from the JsonReader.VirtualNetworkBgpCommunities.withVirtualNetworkCommunity(String virtualNetworkCommunity) Set the virtualNetworkCommunity property: The BGP community associated with the virtual network.