Interface VirtualNetworkGatewayConnection.UpdateStages.WithBgp
- All Known Subinterfaces:
VirtualNetworkGatewayConnection.Update
- Enclosing interface:
VirtualNetworkGatewayConnection.UpdateStages
public static interface VirtualNetworkGatewayConnection.UpdateStages.WithBgp
Stage of virtual network gateway connection update allowing to enable or disable BGP for the connection.
-
Method Summary
Modifier and TypeMethodDescriptionwithBgp()Enable BGP for the connection.Disable BGP for the connection.
-
Method Details
-
withBgp
VirtualNetworkGatewayConnection.Update withBgp()Enable BGP for the connection.- Returns:
- the next stage of the update
-
withoutBgp
VirtualNetworkGatewayConnection.Update withoutBgp()Disable BGP for the connection.- Returns:
- the next stage of the update
-