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 © 2020 Microsoft Corporation. All rights reserved.