Uses of Class
com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig
Packages that use ExpressRouteCircuitPeeringConfig
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ExpressRouteCircuitPeeringConfig in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ExpressRouteCircuitPeeringConfigModifier and TypeMethodDescriptionExpressRouteCircuitPeering.microsoftPeeringConfig()
ExpressRouteCrossConnectionPeering.microsoftPeeringConfig()
Ipv6ExpressRouteCircuitPeeringConfig.microsoftPeeringConfig()
Get the Microsoft peering configuration.ExpressRouteCircuitPeeringConfig.withAdvertisedCommunities
(List<String> advertisedCommunities) Set the communities of bgp peering.ExpressRouteCircuitPeeringConfig.withAdvertisedPublicPrefixes
(List<String> advertisedPublicPrefixes) Set the reference to AdvertisedPublicPrefixes.ExpressRouteCircuitPeeringConfig.withCustomerASN
(Integer customerASN) Set the CustomerASN of the peering.ExpressRouteCircuitPeeringConfig.withLegacyMode
(Integer legacyMode) Set the legacy mode of the peering.ExpressRouteCircuitPeeringConfig.withRoutingRegistryName
(String routingRegistryName) Set the RoutingRegistryName of the configuration.Methods in com.microsoft.azure.management.network with parameters of type ExpressRouteCircuitPeeringConfigModifier and TypeMethodDescriptionIpv6ExpressRouteCircuitPeeringConfig.withMicrosoftPeeringConfig
(ExpressRouteCircuitPeeringConfig microsoftPeeringConfig) Set the Microsoft peering configuration.