Uses of Class
com.azure.resourcemanager.network.models.RoutingRuleNextHop
Packages that use RoutingRuleNextHop
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of RoutingRuleNextHop in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return RoutingRuleNextHopModifier and TypeMethodDescriptionRoutingRuleInner.nextHop()Get the nextHop property: Indicates the next hop for this particular rule.RoutingRulePropertiesFormat.nextHop()Get the nextHop property: Indicates the next hop for this particular rule.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type RoutingRuleNextHopModifier and TypeMethodDescriptionRoutingRuleInner.withNextHop(RoutingRuleNextHop nextHop) Set the nextHop property: Indicates the next hop for this particular rule.RoutingRulePropertiesFormat.withNextHop(RoutingRuleNextHop nextHop) Set the nextHop property: Indicates the next hop for this particular rule. -
Uses of RoutingRuleNextHop in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return RoutingRuleNextHopModifier and TypeMethodDescriptionstatic RoutingRuleNextHopRoutingRuleNextHop.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RoutingRuleNextHop from the JsonReader.RoutingRuleNextHop.withNextHopAddress(String nextHopAddress) Set the nextHopAddress property: Next hop address.RoutingRuleNextHop.withNextHopType(RoutingRuleNextHopType nextHopType) Set the nextHopType property: Next hop type.