Uses of Class
com.azure.resourcemanager.network.models.RoutingRuleNextHopType
Packages that use RoutingRuleNextHopType
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of RoutingRuleNextHopType in com.azure.resourcemanager.network.models
Subclasses with type arguments of type RoutingRuleNextHopType in com.azure.resourcemanager.network.modelsFields in com.azure.resourcemanager.network.models declared as RoutingRuleNextHopTypeModifier and TypeFieldDescriptionstatic final RoutingRuleNextHopTypeRoutingRuleNextHopType.INTERNETStatic value Internet for RoutingRuleNextHopType.static final RoutingRuleNextHopTypeRoutingRuleNextHopType.NO_NEXT_HOPStatic value NoNextHop for RoutingRuleNextHopType.static final RoutingRuleNextHopTypeRoutingRuleNextHopType.VIRTUAL_APPLIANCEStatic value VirtualAppliance for RoutingRuleNextHopType.static final RoutingRuleNextHopTypeRoutingRuleNextHopType.VIRTUAL_NETWORK_GATEWAYStatic value VirtualNetworkGateway for RoutingRuleNextHopType.static final RoutingRuleNextHopTypeRoutingRuleNextHopType.VNET_LOCALStatic value VnetLocal for RoutingRuleNextHopType.Methods in com.azure.resourcemanager.network.models that return RoutingRuleNextHopTypeModifier and TypeMethodDescriptionstatic RoutingRuleNextHopTypeRoutingRuleNextHopType.fromString(String name) Creates or finds a RoutingRuleNextHopType from its string representation.RoutingRuleNextHop.nextHopType()Get the nextHopType property: Next hop type.Methods in com.azure.resourcemanager.network.models that return types with arguments of type RoutingRuleNextHopTypeModifier and TypeMethodDescriptionstatic Collection<RoutingRuleNextHopType> RoutingRuleNextHopType.values()Gets known RoutingRuleNextHopType values.Methods in com.azure.resourcemanager.network.models with parameters of type RoutingRuleNextHopTypeModifier and TypeMethodDescriptionRoutingRuleNextHop.withNextHopType(RoutingRuleNextHopType nextHopType) Set the nextHopType property: Next hop type.