Uses of Interface
com.microsoft.azure.management.network.RouteTable
-
Packages that use RouteTable Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of RouteTable in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return RouteTable Modifier and Type Method Description RouteTableSubnet. getRouteTable()Methods in com.microsoft.azure.management.network with parameters of type RouteTable Modifier and Type Method Description Subnet.DefinitionStages.WithAttach<ParentT>Subnet.DefinitionStages.WithRouteTable. withExistingRouteTable(RouteTable routeTable)Specifies an existing route table to associate with the subnet.Subnet.UpdateDefinitionStages.WithAttach<ParentT>Subnet.UpdateDefinitionStages.WithRouteTable. withExistingRouteTable(RouteTable routeTable)Specifies an existing route table to associate with the subnet.Subnet.UpdateSubnet.UpdateStages.WithRouteTable. withExistingRouteTable(RouteTable routeTable)Specifies an existing route table to associate with the subnet.
-