Uses of Class
com.microsoft.azure.management.network.BgpSettings
-
Packages that use BgpSettings Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of BgpSettings in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return BgpSettings Modifier and Type Method Description BgpSettingsLocalNetworkGateway. bgpSettings()BgpSettingsVirtualNetworkGateway. bgpSettings()BgpSettingsBgpSettings. withAsn(Long asn)Set the asn value.BgpSettingsBgpSettings. withBgpPeeringAddress(String bgpPeeringAddress)Set the bgpPeeringAddress value.BgpSettingsBgpSettings. withPeerWeight(Integer peerWeight)Set the peerWeight value.
-