custom Bgp Addresses
suspend fun customBgpAddresses(value: Output<VirtualNetworkGatewayConnectionCustomBgpAddressesArgs>)
Parameters
value
A custom_bgp_addresses
block which is documented below. The block can only be used on IPSec
/ activeactive
connections, For details about see the relevant section in the Azure documentation.
suspend fun customBgpAddresses(argument: suspend VirtualNetworkGatewayConnectionCustomBgpAddressesArgsBuilder.() -> Unit)
Parameters
argument
A custom_bgp_addresses
block which is documented below. The block can only be used on IPSec
/ activeactive
connections, For details about see the relevant section in the Azure documentation.