Uses of Class
com.azure.resourcemanager.network.fluent.models.BgpConnectionProperties
Packages that use BgpConnectionProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of BgpConnectionProperties in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type BgpConnectionPropertiesModifier and TypeClassDescriptionfinal classProperties of the bgp connection.Methods in com.azure.resourcemanager.network.fluent.models that return BgpConnectionPropertiesModifier and TypeMethodDescriptionstatic BgpConnectionPropertiesBgpConnectionProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BgpConnectionProperties from the JsonReader.BgpConnectionProperties.withHubVirtualNetworkConnection(com.azure.core.management.SubResource hubVirtualNetworkConnection) Set the hubVirtualNetworkConnection property: The reference to the HubVirtualNetworkConnection resource.BgpConnectionProperties.withPeerAsn(Long peerAsn) Set the peerAsn property: Peer ASN.BgpConnectionProperties.withPeerIp(String peerIp) Set the peerIp property: Peer IP.