Uses of Interface
com.azure.resourcemanager.network.models.RouteTable
Packages that use RouteTable
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of RouteTable in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return RouteTableModifier and TypeMethodDescriptionSubnet.getRouteTable()Gets the route table associated with this subnet.Methods in com.azure.resourcemanager.network.models with parameters of type RouteTableModifier and TypeMethodDescriptionSubnet.DefinitionStages.WithRouteTable.withExistingRouteTable(RouteTable routeTable) Specifies an existing route table to associate with the subnet.Subnet.UpdateDefinitionStages.WithRouteTable.withExistingRouteTable(RouteTable routeTable) Specifies an existing route table to associate with the subnet.Subnet.UpdateStages.WithRouteTable.withExistingRouteTable(RouteTable routeTable) Specifies an existing route table to associate with the subnet.