你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

INetworkPeerings.GetByRemoteNetwork 方法

定义

重载

GetByRemoteNetwork(INetwork)

查找与指定网络关联的对等互连(如果有)。 (请注意,这会单独调用 Azure.) 。

GetByRemoteNetwork(String)

查找与指定网络关联的对等互连(如果有)。 (请注意,这会单独调用 Azure.) 。

GetByRemoteNetwork(INetwork)

查找与指定网络关联的对等互连(如果有)。 (请注意,这会单独调用 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

参数

network
INetwork

现有网络。

返回

适用于

GetByRemoteNetwork(String)

查找与指定网络关联的对等互连(如果有)。 (请注意,这会单独调用 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

参数

remoteNetworkResourceId
String

现有网络的资源 ID。

返回

适用于