IWithRemoteNetwork.WithRemoteNetwork 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
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.