Uses of Interface
com.azure.resourcemanager.network.models.RouteTable.DefinitionStages.WithCreate
Packages that use RouteTable.DefinitionStages.WithCreate
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of RouteTable.DefinitionStages.WithCreate in com.azure.resourcemanager.network.models
Subinterfaces of RouteTable.DefinitionStages.WithCreate in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of a route table definition.Methods in com.azure.resourcemanager.network.models that return RouteTable.DefinitionStages.WithCreateModifier and TypeMethodDescriptionRouteTable.DefinitionStages.WithBgpRoutePropagation.withDisableBgpRoutePropagation()Disable the routes learned by BGP on that route table.RouteTable.DefinitionStages.WithRoute.withRoute(String destinationAddressPrefix, RouteNextHopType nextHop) Creates a non-virtual appliance route.RouteTable.DefinitionStages.WithRoute.withRouteViaVirtualAppliance(String destinationAddressPrefix, String ipAddress) Creates a route via a virtual appliance.Methods in com.azure.resourcemanager.network.models that return types with arguments of type RouteTable.DefinitionStages.WithCreateModifier and TypeMethodDescriptionRouteTable.DefinitionStages.WithRoute.defineRoute(String name) Begins the definition of a new route to add to the route table.