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
Subinterfaces with type arguments of type RouteTable in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of a route of a route table.interfaceEntry point for route table management.interfaceEntry point for route table management.static interfaceThe stage of a route table definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()), but also allows for any other optional settings to be specified.static interfaceThe template for a route table update operation, containing all the settings that can be modified.interfaceEntry point to route table management.interfaceEntry point to route table management.interfaceEntry point to route table management.interfaceEntry point to route table management.interfaceEntry point to route table management.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.