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