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

IUpdateDefinition<ParentT> 接口

定义

作为路由表更新的一部分的整个路由定义。

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

类型参数

ParentT

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

实现

方法

Attach()

作为路由表更新的一部分的整个路由定义。

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

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

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

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

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

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

(继承自 IWithNextHopType<ParentT>)

适用于