Uses of Interface
com.azure.resourcemanager.network.models.ExpressRouteCrossConnectionPeering.Update
Packages that use ExpressRouteCrossConnectionPeering.Update
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ExpressRouteCrossConnectionPeering.Update in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ExpressRouteCrossConnectionPeering.UpdateModifier and TypeMethodDescriptionExpressRouteCrossConnectionPeering.UpdateStages.WithAdvertisedPublicPrefixes.withAdvertisedPublicPrefixes(String publicPrefixes) Specifies the advertised public prefixes.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) Specifies the primary peer address prefix.ExpressRouteCrossConnectionPeering.UpdateStages.WithRoutingRegistryName.withRoutingRegistryName(String routingRegistryName) Specifies routing registry name.ExpressRouteCrossConnectionPeering.UpdateStages.WithSecondaryPeerAddressPrefix.withSecondaryPeerAddressPrefix(String addressPrefix) Specifies secondary address prefix.ExpressRouteCrossConnectionPeering.UpdateStages.WithState.withState(ExpressRoutePeeringState state) Specifies the peering state.ExpressRouteCrossConnectionPeering.UpdateStages.WithVlanId.withVlanId(int vlanId) Sets the VLAN ID.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ExpressRouteCrossConnectionPeering.UpdateModifier and TypeMethodDescriptionExpressRouteCrossConnectionPeering.UpdateStages.WithIpv6PeeringConfig.defineIpv6Config()Begins the definition of IPv6 configuration.