public static interface LocalNetworkGateway.UpdateStages.WithBgp
| Modifier and Type | Method and Description |
|---|---|
LocalNetworkGateway.Update |
withBgp(long asn,
String bgpPeeringAddress)
Enables BGP.
|
LocalNetworkGateway.Update |
withoutBgp()
Disables BGP.
|
LocalNetworkGateway.Update withBgp(long asn, String bgpPeeringAddress)
asn - the BGP speaker's ASNbgpPeeringAddress - the BGP peering address and BGP identifier of this BGP speakerLocalNetworkGateway.Update withoutBgp()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/