Subnet.DefinitionStages.WithRouteTable<ParentT>.withExistingRouteTable 方法
定义
重载
withExistingRouteTable(RouteTable routeTable) |
Specifies an existing route table to associate with the subnet. |
withExistingRouteTable(String resourceId) |
Specifies an existing route table to associate with the subnet. |
withExistingRouteTable(RouteTable routeTable)
Specifies an existing route table to associate with the subnet.
public WithAttach<ParentT> withExistingRouteTable(RouteTable routeTable)
参数
- routeTable
- RouteTable
an existing route table to associate
返回
Subnet.DefinitionStages.WithAttach<ParentT>
the next stage of the definition
withExistingRouteTable(String resourceId)
Specifies an existing route table to associate with the subnet.
public WithAttach<ParentT> withExistingRouteTable(String resourceId)
参数
- resourceId
- String
the resource ID of an existing route table
返回
Subnet.DefinitionStages.WithAttach<ParentT>
the next stage of the definition