Uses of Interface
com.azure.resourcemanager.network.models.NetworkPeering
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of NetworkPeering in com.azure.resourcemanager.network.models
Modifier 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()
Modifier and TypeMethodDescriptionNetworkPeerings.getByRemoteNetworkAsync
(Network network) Asynchronously finds the peering, if any, that is associated with the specified network.NetworkPeerings.getByRemoteNetworkAsync
(String remoteNetworkResourceId) Asynchronously finds the peering, if any, that is associated with the specified network.NetworkPeering.getRemotePeeringAsync()
Gets the associated matching peering on the remote network if it is in the same subscription.