Uses of Interface
com.azure.resourcemanager.network.models.NetworkPeering
-
Packages that use NetworkPeering Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of NetworkPeering in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return NetworkPeering Modifier and Type Method Description NetworkPeeringNetworkPeerings. getByRemoteNetwork(Network network)Finds the peering, if any, that is associated with the specified network.NetworkPeeringNetworkPeerings. getByRemoteNetwork(String remoteNetworkResourceId)Finds the peering, if any, that is associated with the specified network.NetworkPeeringNetworkPeering. getRemotePeering()Methods in com.azure.resourcemanager.network.models that return types with arguments of type NetworkPeering Modifier and Type Method Description Mono<NetworkPeering>NetworkPeerings. getByRemoteNetworkAsync(Network network)Asynchronously finds the peering, if any, that is associated with the specified network.Mono<NetworkPeering>NetworkPeerings. getByRemoteNetworkAsync(String remoteNetworkResourceId)Asynchronously finds the peering, if any, that is associated with the specified network.Mono<NetworkPeering>NetworkPeering. getRemotePeeringAsync()Gets the associated matching peering on the remote network if it is in the same subscription.
-