Uses of Class
com.azure.resourcemanager.network.fluent.models.BgpConnectionProperties
-
Packages that use BgpConnectionProperties Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient. -
-
Uses of BgpConnectionProperties in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return BgpConnectionProperties Modifier and Type Method Description BgpConnectionPropertiesBgpConnectionProperties. withHubVirtualNetworkConnection(com.azure.core.management.SubResource hubVirtualNetworkConnection)Set the hubVirtualNetworkConnection property: The reference to the HubVirtualNetworkConnection resource.BgpConnectionPropertiesBgpConnectionProperties. withPeerAsn(Long peerAsn)Set the peerAsn property: Peer ASN.BgpConnectionPropertiesBgpConnectionProperties. withPeerIp(String peerIp)Set the peerIp property: Peer IP.
-