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

IRoute 接口

定义

路由表路由的不可变客户端表示形式。

public interface IRoute : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.IRouteTable>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.RouteInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IRouteTable>
type IRoute = interface
    interface IHasInner<RouteInner>
    interface IChildResource<IRouteTable>
    interface IHasName
    interface IIndexable
    interface IHasParent<IRouteTable>
Public Interface IRoute
Implements IChildResource(Of IRouteTable), IHasInner(Of RouteInner), IHasParent(Of IRouteTable)
实现

属性

DestinationAddressPrefix

获取路由应用到的目标地址前缀,该前缀使用 CIDR 表示法表示。

Inner

路由表路由的不可变客户端表示形式。

(继承自 IHasInner<T>)
Key

路由表路由的不可变客户端表示形式。

(继承自 IIndexable)
Name

获取资源的名称

(继承自 IHasName)
NextHopIPAddress

获取下一跃点的 IP 地址。

NextHopType

获取下一跃点的类型。

Parent

获取此子资源的父级。

(继承自 IHasParent<ParentT>)

适用于