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

IBlank 接口

定义

虚拟网络网关连接定义的第一阶段。

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

方法

WithExpressRoute(IExpressRouteCircuit)

创建 Express Route 连接。

(继承自 IWithConnectionType)
WithExpressRoute(String)

创建 Express Route 连接。

(继承自 IWithConnectionType)
WithSiteToSite()

创建站点到站点连接。

(继承自 IWithConnectionType)
WithVNetToVNet()

创建 VNet 到 VNet 连接。

(继承自 IWithConnectionType)

适用于