Uses of Interface
com.microsoft.azure.management.network.Route.DefinitionStages.WithAttach
-
Packages that use Route.DefinitionStages.WithAttach Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of Route.DefinitionStages.WithAttach in com.microsoft.azure.management.network
Subinterfaces of Route.DefinitionStages.WithAttach in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceRoute.Definition<ParentT>The entirety of a route definition.Methods in com.microsoft.azure.management.network that return Route.DefinitionStages.WithAttach Modifier and Type Method Description Route.DefinitionStages.WithAttach<ParentT>Route.DefinitionStages.WithNextHopType. withNextHop(RouteNextHopType nextHopType)Specifies the next hop type.Route.DefinitionStages.WithAttach<ParentT>Route.DefinitionStages.WithNextHopType. withNextHopToVirtualAppliance(String ipAddress)Specifies the IP address of the virtual appliance for the next hop to go to.
-