Interface GlobalReachConnection.UpdateStages.WithPeerExpressRouteCircuit

All Known Subinterfaces:
GlobalReachConnection.Update
Enclosing interface:
GlobalReachConnection.UpdateStages

public static interface GlobalReachConnection.UpdateStages.WithPeerExpressRouteCircuit
The stage of the GlobalReachConnection update allowing to specify peerExpressRouteCircuit.
  • Method Summary

    Modifier and Type
    Method
    Description
    withPeerExpressRouteCircuit(String peerExpressRouteCircuit)
    Specifies the peerExpressRouteCircuit property: Identifier of the ExpressRoute Circuit to peer with in the global reach connection.
  • Method Details

    • withPeerExpressRouteCircuit

      GlobalReachConnection.Update 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.