Interface ExpressRouteCrossConnectionPeering.DefinitionStages.WithPeerASN
-
- All Known Subinterfaces:
ExpressRouteCrossConnectionPeering.Definition
- Enclosing interface:
- ExpressRouteCrossConnectionPeering.DefinitionStages
public static interface ExpressRouteCrossConnectionPeering.DefinitionStages.WithPeerASNThe stage of Express Route Cross Connection Peering definition allowing to specify AS number for peering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressRouteCrossConnectionPeering.DefinitionStages.WithCreatewithPeerAsn(long peerASN)
-
-
-
Method Detail
-
withPeerAsn
ExpressRouteCrossConnectionPeering.DefinitionStages.WithCreate withPeerAsn(long peerASN)
- Parameters:
peerASN- AS number for peering. Both 2-byte and 4-byte AS numbers can be used- Returns:
- next stage of definition
-
-