Uses of Interface
com.microsoft.azure.management.network.NetworkPeering
Packages that use NetworkPeering
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of NetworkPeering in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return NetworkPeeringModifier and TypeMethodDescriptionNetworkPeerings.getByRemoteNetwork
(Network network) Finds the peering, if any, that is associated with the specified network.NetworkPeerings.getByRemoteNetwork
(String remoteNetworkResourceId) Finds the peering, if any, that is associated with the specified network.NetworkPeering.getRemotePeering()
Methods in com.microsoft.azure.management.network that return types with arguments of type NetworkPeeringModifier and TypeMethodDescriptionrx.Observable<NetworkPeering>
NetworkPeerings.getByRemoteNetworkAsync
(Network network) Asynchronously finds the peering, if any, that is associated with the specified network.rx.Observable<NetworkPeering>
NetworkPeerings.getByRemoteNetworkAsync
(String remoteNetworkResourceId) Asynchronously finds the peering, if any, that is associated with the specified network.rx.Observable<NetworkPeering>
NetworkPeering.getRemotePeeringAsync()
Gets the associated matching peering on the remote network if it is in the same subscription.