Uses of Class
com.azure.resourcemanager.network.models.RouteNextHopType
-
Packages that use RouteNextHopType Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of RouteNextHopType in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return RouteNextHopType Modifier and Type Method Description RouteNextHopTypeRouteInner. nextHopType()Get the nextHopType property: The type of Azure hop the packet should be sent to.RouteNextHopTypeRoutePropertiesFormat. nextHopType()Get the nextHopType property: The type of Azure hop the packet should be sent to.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type RouteNextHopType Modifier and Type Method Description RouteInnerRouteInner. withNextHopType(RouteNextHopType nextHopType)Set the nextHopType property: The type of Azure hop the packet should be sent to.RoutePropertiesFormatRoutePropertiesFormat. withNextHopType(RouteNextHopType nextHopType)Set the nextHopType property: The type of Azure hop the packet should be sent to. -
Uses of RouteNextHopType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models 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.azure.resourcemanager.network.models 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 property: The type of Azure hop the packet should be sent to.RouteNextHopTypeRoute. nextHopType()Methods in com.azure.resourcemanager.network.models that return types with arguments of type RouteNextHopType Modifier and Type Method Description static Collection<RouteNextHopType>RouteNextHopType. values()Methods in com.azure.resourcemanager.network.models 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 property: The type of Azure hop the packet should be sent to.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.
-