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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/