NetworkPeerings Interface
Implements
public interface NetworkPeerings
extends SupportsCreating<Blank>, SupportsDeletingById, SupportsGettingById<NetworkPeering>, SupportsBatchCreation<NetworkPeering>, SupportsDeletingByParent, SupportsListing<NetworkPeering>, HasManager<NetworkManager>
Entry point to network peering management API.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Network |
getByRemoteNetwork(Network network)
Finds the peering, if any, that is associated with the specified network. |
abstract
Network |
getByRemoteNetwork(String remoteNetworkResourceId)
Finds the peering, if any, that is associated with the specified network. |
abstract
Mono<Network |
getByRemoteNetworkAsync(Network network)
Asynchronously finds the peering, if any, that is associated with the specified network. |
abstract
Mono<Network |
getByRemoteNetworkAsync(String remoteNetworkResourceId)
Asynchronously finds the peering, if any, that is associated with the specified network. |
Method Details
getByRemoteNetwork
public abstract NetworkPeering getByRemoteNetwork(Network network)
Finds the peering, if any, that is associated with the specified network.
(Note that this makes a separate call to Azure.)
Parameters:
Returns:
getByRemoteNetwork
public abstract NetworkPeering getByRemoteNetwork(String remoteNetworkResourceId)
Finds the peering, if any, that is associated with the specified network.
(Note that this makes a separate call to Azure.)
Parameters:
Returns:
getByRemoteNetworkAsync
public abstract Mono
Asynchronously finds the peering, if any, that is associated with the specified network.
(Note that this makes a separate call to Azure.)
Parameters:
Returns:
getByRemoteNetworkAsync
public abstract Mono
Asynchronously finds the peering, if any, that is associated with the specified network.
(Note that this makes a separate call to Azure.)
Parameters:
Returns:
Applies to
Azure SDK for Java