IWithRemoteNetwork.WithRemoteNetwork Method

Definition

Overloads

WithRemoteNetwork(INetwork)

Specifies the remote network to peer with. The remote network will have the matching peering associated with it automatically.

WithRemoteNetwork(String)

Specifies the remote network to peer with. The remote network will have the matching peering associated with it automatically.

WithRemoteNetwork(INetwork)

Specifies the remote network to peer with. The remote network will have the matching peering associated with it automatically.

public Microsoft.Azure.Management.Network.Fluent.NetworkPeering.Definition.IWithCreate WithRemoteNetwork (Microsoft.Azure.Management.Network.Fluent.INetwork network);
abstract member WithRemoteNetwork : Microsoft.Azure.Management.Network.Fluent.INetwork -> Microsoft.Azure.Management.Network.Fluent.NetworkPeering.Definition.IWithCreate
Public Function WithRemoteNetwork (network As INetwork) As IWithCreate

Parameters

network
INetwork

An existing network.

Returns

Applies to

WithRemoteNetwork(String)

Specifies the remote network to peer with. The remote network will have the matching peering associated with it automatically.

public Microsoft.Azure.Management.Network.Fluent.NetworkPeering.Definition.IWithCreate WithRemoteNetwork (string resourceId);
abstract member WithRemoteNetwork : string -> Microsoft.Azure.Management.Network.Fluent.NetworkPeering.Definition.IWithCreate
Public Function WithRemoteNetwork (resourceId As String) As IWithCreate

Parameters

resourceId
String

The resource ID of an existing network.

Returns

Applies to