ExpressRouteCircuitPeering.DefinitionStages.WithVlanId Interface

public static interface ExpressRouteCircuitPeering.DefinitionStages.WithVlanId

The stage of Express Route Circuit Peering definition allowing to specify VLAN ID.

Method Summary

Modifier and Type Method and Description
abstract WithPeerAsn withVlanId(int vlanId)

Method Details

withVlanId

public abstract ExpressRouteCircuitPeering.DefinitionStages.WithPeerAsn withVlanId(int vlanId)

Parameters:

vlanId - a valid VLAN ID to establish this peering on. No other peering in the circuit can use the same VLAN ID

Returns:

next stage of definition

Applies to