@Beta(value=V1_3_0) public interface NetworkPeerings extends SupportsCreating<NetworkPeering.DefinitionStages.Blank>, SupportsDeletingById, SupportsGettingById<NetworkPeering>, SupportsBatchCreation<NetworkPeering>, SupportsDeletingByParent, SupportsListing<NetworkPeering>, HasManager<com.microsoft.azure.management.network.implementation.NetworkManager>, HasInner<com.microsoft.azure.management.network.implementation.VirtualNetworkPeeringsInner>
Modifier and Type | Method and Description |
---|---|
NetworkPeering |
getByRemoteNetwork(Network network)
Finds the peering, if any, that is associated with the specified network.
|
NetworkPeering |
getByRemoteNetwork(String remoteNetworkResourceId)
Finds the peering, if any, that is associated with the specified network.
|
rx.Observable<NetworkPeering> |
getByRemoteNetworkAsync(Network network)
Asynchronously finds the peering, if any, that is associated with the specified network.
|
rx.Observable<NetworkPeering> |
getByRemoteNetworkAsync(String remoteNetworkResourceId)
Asynchronously finds the peering, if any, that is associated with the specified network.
|
define
deleteById, deleteByIdAsync, deleteByIdAsync
getById, getByIdAsync, getByIdAsync
create, create, createAsync, createAsync, createAsync, createAsync
deleteByParent, deleteByParentAsync, deleteByParentAsync
list, listAsync
manager
NetworkPeering getByRemoteNetwork(Network network)
(Note that this makes a separate call to Azure.)
network
- an existing networkNetworkPeering getByRemoteNetwork(String remoteNetworkResourceId)
(Note that this makes a separate call to Azure.)
remoteNetworkResourceId
- the resource ID of an existing networkrx.Observable<NetworkPeering> getByRemoteNetworkAsync(Network network)
(Note that this makes a separate call to Azure.)
network
- an existing networkrx.Observable<NetworkPeering> getByRemoteNetworkAsync(String remoteNetworkResourceId)
(Note that this makes a separate call to Azure.)
remoteNetworkResourceId
- the resource ID of an existing networkCopyright © 2019. All rights reserved.