Interface GlobalReachConnection.UpdateStages.WithExpressRouteId

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

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

    Modifier and Type
    Method
    Description
    withExpressRouteId(String expressRouteId)
    Specifies the expressRouteId property: The ID of the Private Cloud's ExpressRoute Circuit that is participating in the global reach connection.
  • Method Details

    • withExpressRouteId

      GlobalReachConnection.Update withExpressRouteId(String expressRouteId)
      Specifies the expressRouteId property: The ID of the Private Cloud's ExpressRoute Circuit that is participating in the global reach connection.
      Parameters:
      expressRouteId - The ID of the Private Cloud's ExpressRoute Circuit that is participating in the global reach connection.
      Returns:
      the next definition stage.