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

IBlank 接口

定义

网络对等互连定义的第一个阶段。

public interface IBlank : Microsoft.Azure.Management.Network.Fluent.NetworkPeering.Definition.IWithRemoteNetwork
type IBlank = interface
    interface IWithRemoteNetwork
Public Interface IBlank
Implements IWithRemoteNetwork
派生
实现

方法

WithRemoteNetwork(INetwork)

指定要与之对等互连的远程网络。 远程网络将自动关联匹配的对等互连。

(继承自 IWithRemoteNetwork)
WithRemoteNetwork(String)

指定要与之对等互连的远程网络。 远程网络将自动关联匹配的对等互连。

(继承自 IWithRemoteNetwork)

适用于