Interface ExpressRouteCircuitPeering.UpdateStages.WithPeerAsn
- All Known Subinterfaces:
ExpressRouteCircuitPeering.Update
- Enclosing interface:
- ExpressRouteCircuitPeering.UpdateStages
public static interface ExpressRouteCircuitPeering.UpdateStages.WithPeerAsn
The stage of Express Route Circuit Peering update allowing to specify AS number for peering.
-
Method Summary
Modifier and TypeMethodDescriptionwithPeerAsn(long peerAsn) Specifies the peer AS number for the Express Route Circuit Peering.
-
Method Details
-
withPeerAsn
Specifies the peer AS number for the Express Route Circuit Peering.- Parameters:
peerAsn- the peer AS number- Returns:
- next stage of update
-