Uses of Interface
com.azure.resourcemanager.network.models.RouteTable
-
Packages that use RouteTable Package Description com.azure.resourcemanager.network.models 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 RouteTable Modifier and Type Method Description RouteTableSubnet. getRouteTable()Methods in com.azure.resourcemanager.network.models 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.
-