Uses of Interface
com.azure.resourcemanager.network.models.RouteTable.DefinitionStages.WithCreate
-
Packages that use RouteTable.DefinitionStages.WithCreate Package Description com.azure.resourcemanager.network.models 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.models Modifier and Type Interface Description static interfaceRouteTable.DefinitionThe entirety of a route table definition.Methods in com.azure.resourcemanager.network.models that return RouteTable.DefinitionStages.WithCreate Modifier and Type Method Description RouteTable.DefinitionStages.WithCreateRouteTable.DefinitionStages.WithBgpRoutePropagation. withDisableBgpRoutePropagation()Disable the routes learned by BGP on that route table.RouteTable.DefinitionStages.WithCreateRouteTable.DefinitionStages.WithRoute. withRoute(String destinationAddressPrefix, RouteNextHopType nextHop)Creates a non-virtual appliance route.RouteTable.DefinitionStages.WithCreateRouteTable.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.WithCreate Modifier and Type Method Description Route.DefinitionStages.Blank<RouteTable.DefinitionStages.WithCreate>RouteTable.DefinitionStages.WithRoute. defineRoute(String name)Begins the definition of a new route to add to the route table.
-