Interface ExpressRouteCrossConnectionPeering.UpdateStages.WithPeerASN
-
- All Known Subinterfaces:
ExpressRouteCrossConnectionPeering.Update
- Enclosing interface:
- ExpressRouteCrossConnectionPeering.UpdateStages
public static interface ExpressRouteCrossConnectionPeering.UpdateStages.WithPeerASNThe stage of Express Route Cross Connection Peering update allowing to specify AS number for peering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressRouteCrossConnectionPeering.UpdatewithPeerAsn(long peerASN)Sets peer ASN.
-
-
-
Method Detail
-
withPeerAsn
ExpressRouteCrossConnectionPeering.Update withPeerAsn(long peerASN)
Sets peer ASN.- Parameters:
peerASN- the AS number for peering- Returns:
- the next stage of the update
-
-