Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ExpressRouteCrossConnectionPeering.Update |
ExpressRouteCrossConnectionPeering.UpdateStages.WithAdvertisedPublicPrefixes.withAdvertisedPublicPrefixes(String publicPrefixes) |
ExpressRouteCrossConnectionPeering.Update |
ExpressRouteCrossConnectionPeering.UpdateStages.WithCustomerASN.withCustomerASN(int customerASN)
Specifies customer ASN.
|
ExpressRouteCrossConnectionPeering.Update |
ExpressRouteCrossConnectionPeering.UpdateStages.WithIpv6PeeringConfig.withoutIpv6Config()
Removes IPv6 configuration from peering.
|
ExpressRouteCrossConnectionPeering.Update |
ExpressRouteCrossConnectionPeering.UpdateStages.WithPeerAsn.withPeerAsn(long peerAsn)
Sets peer ASN.
|
ExpressRouteCrossConnectionPeering.Update |
ExpressRouteCrossConnectionPeering.UpdateStages.WithPrimaryPeerAddressPrefix.withPrimaryPeerAddressPrefix(String addressPrefix) |
ExpressRouteCrossConnectionPeering.Update |
ExpressRouteCrossConnectionPeering.UpdateStages.WithRoutingRegistryName.withRoutingRegistryName(String routingRegistryName)
Specifies routing registry name.
|
ExpressRouteCrossConnectionPeering.Update |
ExpressRouteCrossConnectionPeering.UpdateStages.WithSecondaryPeerAddressPrefix.withSecondaryPeerAddressPrefix(String addressPrefix) |
ExpressRouteCrossConnectionPeering.Update |
ExpressRouteCrossConnectionPeering.UpdateStages.WithState.withState(ExpressRoutePeeringState state)
Specifies the peering state.
|
ExpressRouteCrossConnectionPeering.Update |
ExpressRouteCrossConnectionPeering.UpdateStages.WithVlanId.withVlanId(int vlanId)
Sets the VLAN ID.
|
Modifier and Type | Method and Description |
---|---|
Ipv6PeeringConfig.UpdateDefinitionStages.Blank<ExpressRouteCrossConnectionPeering.Update> |
ExpressRouteCrossConnectionPeering.UpdateStages.WithIpv6PeeringConfig.defineIpv6Config()
Begins the definition of IPv6 configuration.
|
Copyright © 2019. All rights reserved.