public static interface VirtualNetworkGateway.UpdateStages.WithBgp
| Modifier and Type | Method and Description |
|---|---|
VirtualNetworkGateway.Update |
withBgp(long asn,
String bgpPeeringAddress)
Enables BGP.
|
VirtualNetworkGateway.Update |
withoutBgp()
Disables BGP for this virtual network gateway.
|
VirtualNetworkGateway.Update withBgp(long asn, String bgpPeeringAddress)
asn - the BGP speaker's ASNbgpPeeringAddress - the BGP peering address and BGP identifier of this BGP speakerVirtualNetworkGateway.Update withoutBgp()
Copyright © 2021 Microsoft Corporation. All rights reserved.