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

IDefinition<ParentT> 接口

定义

路由定义的全部。

public interface IDefinition<ParentT> : Microsoft.Azure.Management.Network.Fluent.Route.Definition.IBlank<ParentT>, Microsoft.Azure.Management.Network.Fluent.Route.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.Network.Fluent.Route.Definition.IWithDestinationAddressPrefix<ParentT>, Microsoft.Azure.Management.Network.Fluent.Route.Definition.IWithNextHopType<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IDefinition<'ParentT> = interface
    interface IBlank<'ParentT>
    interface IWithDestinationAddressPrefix<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInDefinition<'ParentT>
    interface IWithNextHopType<'ParentT>
Public Interface IDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithDestinationAddressPrefix(Of ParentT), IWithNextHopType(Of ParentT)

类型参数

ParentT

最终 DefinitionStages.WithAttach.attach () 的返回类型。

实现

方法

Attach()

路由定义的全部。

(继承自 IInDefinition<ParentT>)
WithDestinationAddressPrefix(String)

指定要应用路由的目标地址前缀。

(继承自 IWithDestinationAddressPrefix<ParentT>)
WithNextHop(RouteNextHopType)

指定下一跃点类型。 若要使用虚拟设备,请改用 .withNextHopToVirtualAppliance (String) 并指定其 IP 地址。

(继承自 IWithNextHopType<ParentT>)
WithNextHopToVirtualAppliance(String)

指定下一跃点要转到的虚拟设备的 IP 地址。

(继承自 IWithNextHopType<ParentT>)

适用于