Uses of Interface
com.microsoft.azure.management.network.ExpressRouteCrossConnectionPeering.Update
Packages that use ExpressRouteCrossConnectionPeering.Update
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ExpressRouteCrossConnectionPeering.Update in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ExpressRouteCrossConnectionPeering.UpdateModifier and TypeMethodDescriptionExpressRouteCrossConnectionPeering.UpdateStages.WithAdvertisedPublicPrefixes.withAdvertisedPublicPrefixes
(String publicPrefixes) ExpressRouteCrossConnectionPeering.UpdateStages.WithCustomerASN.withCustomerASN
(int customerASN) Specifies customer ASN.ExpressRouteCrossConnectionPeering.UpdateStages.WithIpv6PeeringConfig.withoutIpv6Config()
Removes IPv6 configuration from peering.ExpressRouteCrossConnectionPeering.UpdateStages.WithPeerAsn.withPeerAsn
(long peerAsn) Sets peer ASN.ExpressRouteCrossConnectionPeering.UpdateStages.WithPrimaryPeerAddressPrefix.withPrimaryPeerAddressPrefix
(String addressPrefix) ExpressRouteCrossConnectionPeering.UpdateStages.WithRoutingRegistryName.withRoutingRegistryName
(String routingRegistryName) Specifies routing registry name.ExpressRouteCrossConnectionPeering.UpdateStages.WithSecondaryPeerAddressPrefix.withSecondaryPeerAddressPrefix
(String addressPrefix) ExpressRouteCrossConnectionPeering.UpdateStages.WithState.withState
(ExpressRoutePeeringState state) Specifies the peering state.ExpressRouteCrossConnectionPeering.UpdateStages.WithVlanId.withVlanId
(int vlanId) Sets the VLAN ID.Methods in com.microsoft.azure.management.network that return types with arguments of type ExpressRouteCrossConnectionPeering.UpdateModifier and TypeMethodDescriptionExpressRouteCrossConnectionPeering.UpdateStages.WithIpv6PeeringConfig.defineIpv6Config()
Begins the definition of IPv6 configuration.