@Beta(value=V1_3_0) public interface NetworkPeerings extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<NetworkPeering.DefinitionStages.Blank>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<NetworkPeering>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation<NetworkPeering>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByParent, com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<NetworkPeering>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.network.implementation.NetworkManager>, com.microsoft.azure.management.resources.fluentcore.model.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, listAsyncNetworkPeering 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 network/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/