Uses of Class
com.microsoft.azure.management.network.RouteNextHopType
-
Packages that use RouteNextHopType Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of RouteNextHopType in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as RouteNextHopType Modifier and Type Field Description static RouteNextHopTypeRouteNextHopType. INTERNETStatic value Internet for RouteNextHopType.static RouteNextHopTypeRouteNextHopType. NONEStatic value None for RouteNextHopType.static RouteNextHopTypeRouteNextHopType. VIRTUAL_APPLIANCEStatic value VirtualAppliance for RouteNextHopType.static RouteNextHopTypeRouteNextHopType. VIRTUAL_NETWORK_GATEWAYStatic value VirtualNetworkGateway for RouteNextHopType.static RouteNextHopTypeRouteNextHopType. VNET_LOCALStatic value VnetLocal for RouteNextHopType.Methods in com.microsoft.azure.management.network that return RouteNextHopType Modifier and Type Method Description static RouteNextHopTypeRouteNextHopType. fromString(String name)Creates or finds a RouteNextHopType from its string representation.RouteNextHopTypeEffectiveRoute. nextHopType()Get the nextHopType value.RouteNextHopTypeRoute. nextHopType()Methods in com.microsoft.azure.management.network that return types with arguments of type RouteNextHopType Modifier and Type Method Description static Collection<RouteNextHopType>RouteNextHopType. values()Methods in com.microsoft.azure.management.network with parameters of type RouteNextHopType Modifier and Type Method Description Route.DefinitionStages.WithAttach<ParentT>Route.DefinitionStages.WithNextHopType. withNextHop(RouteNextHopType nextHopType)Specifies the next hop type.Route.UpdateDefinitionStages.WithAttach<ParentT>Route.UpdateDefinitionStages.WithNextHopType. withNextHop(RouteNextHopType nextHopType)Specifies the next hop type.Route.UpdateRoute.UpdateStages.WithNextHopType. withNextHop(RouteNextHopType nextHopType)Specifies the next hop type.EffectiveRouteEffectiveRoute. withNextHopType(RouteNextHopType nextHopType)Set the nextHopType value.RouteTable.DefinitionStages.WithCreateRouteTable.DefinitionStages.WithRoute. withRoute(String destinationAddressPrefix, RouteNextHopType nextHop)Creates a non-virtual appliance route.RouteTable.UpdateRouteTable.UpdateStages.WithRoute. withRoute(String destinationAddressPrefix, RouteNextHopType nextHop)Creates a non-virtual appliance route.
-