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
-
-