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

IDefinition 接口

定义

整个虚拟网络网关连接定义。

public interface IDefinition : Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayConnection.Definition.IBlank, Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayConnection.Definition.IWithCreate, Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayConnection.Definition.IWithLocalNetworkGateway, Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayConnection.Definition.IWithSecondVirtualNetworkGateway, Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayConnection.Definition.IWithSharedKey, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayConnection.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGatewayConnection>
type IDefinition = interface
    interface IBlank
    interface IWithConnectionType
    interface IWithLocalNetworkGateway
    interface IWithSecondVirtualNetworkGateway
    interface IWithSharedKey
    interface IWithAuthorization
    interface IWithCreate
    interface ICreatable<IVirtualNetworkGatewayConnection>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
    interface IWithBgp
Public Interface IDefinition
Implements IBlank, ICreatable(Of IVirtualNetworkGatewayConnection), IDefinitionWithTags(Of IWithCreate), IWithCreate, IWithLocalNetworkGateway, IWithSecondVirtualNetworkGateway, IWithSharedKey
实现

属性

Key

整个虚拟网络网关连接定义。

(继承自 IIndexable)
Name

获取可创建资源的名称。

(继承自 ICreatable<T>)

方法

Create()

执行创建请求。

(继承自 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

将请求放入队列,并允许 HTTP 客户端在系统资源可用时执行该请求。

(继承自 ICreatable<T>)
WithAuthorization(String)

指定授权密钥。 如果 Express Route 线路和虚拟网络网关驻留在不同的订阅中,则 Express Route 连接时需要这一点。

(继承自 IWithAuthorization)
WithBgp()

为连接启用 BGP。

(继承自 IWithBgp)
WithExpressRoute(IExpressRouteCircuit)

创建 Express Route 连接。

(继承自 IWithConnectionType)
WithExpressRoute(String)

创建 Express Route 连接。

(继承自 IWithConnectionType)
WithLocalNetworkGateway(ILocalNetworkGateway)

整个虚拟网络网关连接定义。

(继承自 IWithLocalNetworkGateway)
WithSecondVirtualNetworkGateway(IVirtualNetworkGateway)

整个虚拟网络网关连接定义。

(继承自 IWithSecondVirtualNetworkGateway)
WithSharedKey(String)

指定共享密钥。

(继承自 IWithSharedKey)
WithSiteToSite()

创建站点到站点连接。

(继承自 IWithConnectionType)
WithTag(String, String)

将标记添加到资源。

(继承自 IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

将资源的标记指定为 {@link Map}。

(继承自 IDefinitionWithTags<T>)
WithVNetToVNet()

创建 VNet 到 VNet 连接。

(继承自 IWithConnectionType)

适用于