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.Subinterfaces with type arguments of type RouteTable.DefinitionStages.WithCreate in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic 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 stage of a route table definition allowing to specify the resource group.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.