ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface Subnet.DefinitionStages.WithRouteTable<ParentT>
| Modifier and Type | Method and Description |
|---|---|
Subnet.DefinitionStages.WithAttach<ParentT> |
withExistingRouteTable(RouteTable routeTable)
Specifies an existing route table to associate with the subnet.
|
Subnet.DefinitionStages.WithAttach<ParentT> |
withExistingRouteTable(String resourceId)
Specifies an existing route table to associate with the subnet.
|
Subnet.DefinitionStages.WithAttach<ParentT> withExistingRouteTable(RouteTable routeTable)
routeTable - an existing route table to associateSubnet.DefinitionStages.WithAttach<ParentT> withExistingRouteTable(String resourceId)
resourceId - the resource ID of an existing route table/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/