VirtualNetworkGatewayConnection.UpdateStages.WithBgp Interface

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 Type Method and Description
abstract Update withBgp()

Enable BGP for the connection.

abstract Update withoutBgp()

Disable BGP for the connection.

Method Details

withBgp

public abstract VirtualNetworkGatewayConnection.Update withBgp()

Enable BGP for the connection.

Returns:

the next stage of the update

withoutBgp

public abstract VirtualNetworkGatewayConnection.Update withoutBgp()

Disable BGP for the connection.

Returns:

the next stage of the update

Applies to