Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
Modifier and Type | Method and Description |
---|---|
NetworkPeering |
NetworkPeerings.getByRemoteNetwork(Network network)
Finds the peering, if any, that is associated with the specified network.
|
NetworkPeering |
NetworkPeerings.getByRemoteNetwork(String remoteNetworkResourceId)
Finds the peering, if any, that is associated with the specified network.
|
NetworkPeering |
NetworkPeering.getRemotePeering() |
Modifier and Type | Method and Description |
---|---|
rx.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.
|
Copyright © 2019. All rights reserved.