### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.NextHop"
fullName: "com.microsoft.azure.management.network.NextHop"
name: "NextHop"
nameWithType: "NextHop"
summary: "A client-side representation allowing user to get next hop for a packet from specific vm."
syntax: "public interface **NextHop** extends <>, <>"
methods:
- uid: "com.microsoft.azure.management.network.NextHop.destinationIPAddress()"
fullName: "com.microsoft.azure.management.network.NextHop.destinationIPAddress()"
name: "destinationIPAddress()"
nameWithType: "NextHop.destinationIPAddress()"
modifiers:
- "abstract"
syntax: "public abstract String destinationIPAddress()"
returns:
description: "the destination IP address"
type: ""
- uid: "com.microsoft.azure.management.network.NextHop.nextHopIpAddress()"
fullName: "com.microsoft.azure.management.network.NextHop.nextHopIpAddress()"
name: "nextHopIpAddress()"
nameWithType: "NextHop.nextHopIpAddress()"
modifiers:
- "abstract"
syntax: "public abstract String nextHopIpAddress()"
returns:
description: "the next hop IP Address"
type: ""
- uid: "com.microsoft.azure.management.network.NextHop.nextHopType()"
fullName: "com.microsoft.azure.management.network.NextHop.nextHopType()"
name: "nextHopType()"
nameWithType: "NextHop.nextHopType()"
modifiers:
- "abstract"
syntax: "public abstract NextHopType nextHopType()"
returns:
description: "the next hop type"
type: ""
- uid: "com.microsoft.azure.management.network.NextHop.routeTableId()"
fullName: "com.microsoft.azure.management.network.NextHop.routeTableId()"
name: "routeTableId()"
nameWithType: "NextHop.routeTableId()"
summary: "Get the resource identifier for the route table associated with the route being returned."
modifiers:
- "abstract"
syntax: "public abstract String routeTableId()"
desc: "Get the resource identifier for the route table associated with the route being returned. If the route being returned does not correspond to any user created routes then this field will be the string 'System Route'."
returns:
description: "the routeTableId value"
type: ""
- uid: "com.microsoft.azure.management.network.NextHop.sourceIPAddress()"
fullName: "com.microsoft.azure.management.network.NextHop.sourceIPAddress()"
name: "sourceIPAddress()"
nameWithType: "NextHop.sourceIPAddress()"
modifiers:
- "abstract"
syntax: "public abstract String sourceIPAddress()"
returns:
description: "the source IP address"
type: ""
- uid: "com.microsoft.azure.management.network.NextHop.targetNetworkInterfaceId()"
fullName: "com.microsoft.azure.management.network.NextHop.targetNetworkInterfaceId()"
name: "targetNetworkInterfaceId()"
nameWithType: "NextHop.targetNetworkInterfaceId()"
modifiers:
- "abstract"
syntax: "public abstract String targetNetworkInterfaceId()"
returns:
description: "the network interface id"
type: ""
- uid: "com.microsoft.azure.management.network.NextHop.targetResourceId()"
fullName: "com.microsoft.azure.management.network.NextHop.targetResourceId()"
name: "targetResourceId()"
nameWithType: "NextHop.targetResourceId()"
summary: "Get the resource identifier of the target resource against which the action is to be performed."
modifiers:
- "abstract"
syntax: "public abstract String targetResourceId()"
desc: "Get the resource identifier of the target resource against which the action is to be performed."
returns:
description: "the targetResourceId value"
type: ""
type: "interface"
desc: "A client-side representation allowing user to get next hop for a packet from specific vm."
implements:
- "<>"
- "<>"
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4