ExpressRouteCircuitPeering.DefinitionStages.WithPeerAsn Interface

public static interface ExpressRouteCircuitPeering.DefinitionStages.WithPeerAsn

The stage of Express Route Circuit Peering definition allowing to specify AS number for peering.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withPeerAsn(long peerAsn)

Method Details

withPeerAsn

public abstract ExpressRouteCircuitPeering.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

Applies to