INetworkPeerings.GetByRemoteNetwork Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetByRemoteNetwork(INetwork) |
Finds the peering, if any, that is associated with the specified network. (Note that this makes a separate call to Azure.). |
GetByRemoteNetwork(String) |
Finds the peering, if any, that is associated with the specified network. (Note that this makes a separate call to Azure.). |
GetByRemoteNetwork(INetwork)
Finds the peering, if any, that is associated with the specified network. (Note that this makes a separate call to Azure.).
public Microsoft.Azure.Management.Network.Fluent.INetworkPeering GetByRemoteNetwork (Microsoft.Azure.Management.Network.Fluent.INetwork network);
abstract member GetByRemoteNetwork : Microsoft.Azure.Management.Network.Fluent.INetwork -> Microsoft.Azure.Management.Network.Fluent.INetworkPeering
Public Function GetByRemoteNetwork (network As INetwork) As INetworkPeering
Parameters
- network
- INetwork
An existing network.
Returns
Applies to
GetByRemoteNetwork(String)
Finds the peering, if any, that is associated with the specified network. (Note that this makes a separate call to Azure.).
public Microsoft.Azure.Management.Network.Fluent.INetworkPeering GetByRemoteNetwork (string remoteNetworkResourceId);
abstract member GetByRemoteNetwork : string -> Microsoft.Azure.Management.Network.Fluent.INetworkPeering
Public Function GetByRemoteNetwork (remoteNetworkResourceId As String) As INetworkPeering
Parameters
- remoteNetworkResourceId
- String
The resource ID of an existing network.
Returns
Applies to
Azure SDK for .NET