INetworkPeerings.GetByRemoteNetwork Method

Definition

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