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

Subnet.UpdateDefinitionStages.WithRouteTable<ParentT> 接口

类型参数

ParentT

附加此定义后要返回到的父定义的阶段

public interface WithRouteTable

子网定义的阶段,允许指定要与子网关联的路由表。

方法摘要

修饰符和类型 方法和描述
Subnet.UpdateDefinitionStages.WithAttach<ParentT> withExistingRouteTable(RouteTable routeTable)

指定要与子网关联的现有路由表。

Subnet.UpdateDefinitionStages.WithAttach<ParentT> withExistingRouteTable(String resourceId)

指定要与子网关联的现有路由表。

方法详细信息

withExistingRouteTable

public WithAttach withExistingRouteTable(RouteTable routeTable)

指定要与子网关联的现有路由表。

Parameters:

routeTable - 要关联的现有路由表

Returns:

定义的下一阶段

withExistingRouteTable

public WithAttach withExistingRouteTable(String resourceId)

指定要与子网关联的现有路由表。

Parameters:

resourceId - 现有路由表的资源 ID

Returns:

定义的下一阶段

适用于