public static interface Subnet.UpdateStages.WithRouteTable
| Modifier and Type | Method and Description |
|---|---|
Subnet.Update |
withExistingRouteTable(RouteTable routeTable)
Specifies an existing route table to associate with the subnet.
|
Subnet.Update |
withExistingRouteTable(String resourceId)
Specifies an existing route table to associate with the subnet.
|
Subnet.Update |
withoutRouteTable()
Removes the association with a route table, if any.
|
Subnet.Update withExistingRouteTable(RouteTable routeTable)
routeTable - an existing route table to associateSubnet.Update withExistingRouteTable(String resourceId)
resourceId - the resource ID of an existing route tableSubnet.Update withoutRouteTable()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/