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