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

RouteMapPropertiesOutput interface

RouteMap 资源的属性

属性

associatedInboundConnections

与此 RoutMap 关联的入站流量的连接列表。

associatedOutboundConnections

与此 RoutMap 关联的出站流量的连接列表。

provisioningState

RouteMap 资源的预配状态。

rules

要应用的 RouteMap 规则列表。

属性详细信息

associatedInboundConnections

与此 RoutMap 关联的入站流量的连接列表。

associatedInboundConnections?: string[]

属性值

string[]

associatedOutboundConnections

与此 RoutMap 关联的出站流量的连接列表。

associatedOutboundConnections?: string[]

属性值

string[]

provisioningState

RouteMap 资源的预配状态。

provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"

属性值

"Succeeded" | "Updating" | "Deleting" | "Failed"

rules

要应用的 RouteMap 规则列表。

rules?: RouteMapRuleOutput[]

属性值