VirtualNetworkGateway.UpdateStages.WithBgp Interface

public interface WithBgp

The stage of update allowing to specify virtual network gateway's BGP speaker settings. Note: BGP is supported on Route-Based VPN gateways only.

Method Summary

Modifier and Type Method and Description
VirtualNetworkGateway.Update disableBgp()

Disable BGP for this virtual network gateway.

VirtualNetworkGateway.Update withBgp(long asn, String bgpPeeringAddress)

Method Details

disableBgp

public Update disableBgp()

Disable BGP for this virtual network gateway.

withBgp

public Update withBgp(long asn, String bgpPeeringAddress)

Parameters:

asn - the BGP speaker's ASN
bgpPeeringAddress - the BGP peering address and BGP identifier of this BGP speaker

Applies to