Interface GlobalReachConnection.DefinitionStages.WithPeerExpressRouteCircuit
-
- All Known Subinterfaces:
GlobalReachConnection.Definition
,GlobalReachConnection.DefinitionStages.WithCreate
- Enclosing interface:
- GlobalReachConnection.DefinitionStages
public static interface GlobalReachConnection.DefinitionStages.WithPeerExpressRouteCircuit
The stage of the GlobalReachConnection definition allowing to specify peerExpressRouteCircuit.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GlobalReachConnection.DefinitionStages.WithCreate
withPeerExpressRouteCircuit(String peerExpressRouteCircuit)
Specifies the peerExpressRouteCircuit property: Identifier of the ExpressRoute Circuit to peer with in the global reach connection.
-
-
-
Method Detail
-
withPeerExpressRouteCircuit
GlobalReachConnection.DefinitionStages.WithCreate withPeerExpressRouteCircuit(String peerExpressRouteCircuit)
Specifies the peerExpressRouteCircuit property: Identifier of the ExpressRoute Circuit to peer with in the global reach connection.- Parameters:
peerExpressRouteCircuit
- Identifier of the ExpressRoute Circuit to peer with in the global reach connection.- Returns:
- the next definition stage.
-
-