public interface NetworkPeerings extends SupportsCreating<NetworkPeering.DefinitionStages.Blank>, SupportsDeletingById, SupportsGettingById<NetworkPeering>, SupportsBatchCreation<NetworkPeering>, SupportsDeletingByParent, SupportsListing<NetworkPeering>, HasManager<NetworkManager>
| 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.
|
Mono<NetworkPeering> |
getByRemoteNetworkAsync(Network network)
Asynchronously finds the peering, if any, that is associated with the specified network.
|
Mono<NetworkPeering> |
getByRemoteNetworkAsync(String remoteNetworkResourceId)
Asynchronously finds the peering, if any, that is associated with the specified network.
|
definedeleteById, deleteByIdAsyncgetById, getByIdAsynccreate, create, createAsync, createAsyncdeleteByParent, 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 networkMono<NetworkPeering> getByRemoteNetworkAsync(Network network)
(Note that this makes a separate call to Azure.)
network - an existing networkMono<NetworkPeering> getByRemoteNetworkAsync(String remoteNetworkResourceId)
(Note that this makes a separate call to Azure.)
remoteNetworkResourceId - the resource ID of an existing networkCopyright © 2021 Microsoft Corporation. All rights reserved.