@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.
|
definedeleteById, deleteByIdAsync, deleteByIdAsyncgetById, getByIdAsync, getByIdAsynccreate, create, createAsync, createAsync, createAsync, createAsyncdeleteByParent, deleteByParentAsync, deleteByParentAsynclist, listAsyncmanagerNetworkPeering 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.