INextHop Interface

Definition

A client-side representation allowing user to get next hop for a packet from specific vm.

public interface INextHop : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.INetworkWatcher>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.Network.Fluent.INextHop>
type INextHop = interface
    interface IBeta
    interface IExecutable<INextHop>
    interface IIndexable
    interface IHasParent<INetworkWatcher>
Public Interface INextHop
Implements IBeta, IExecutable(Of INextHop), IHasParent(Of INetworkWatcher)
Implements

Properties

DestinationIPAddress

Gets the destination IP address.

Key (Inherited from IIndexable)
NextHopIpAddress

Gets the next hop IP Address.

NextHopType

Gets the next hop type.

Parent

Gets the parent of this child resource.

(Inherited from IHasParent<ParentT>)
RouteTableId

Gets 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'.

SourceIPAddress

Gets the source IP address.

TargetNetworkInterfaceId

Gets the network interface id.

TargetResourceId

Gets the resource identifier of the target resource against which the action is to be performed.

Methods

Execute()

Execute the request.

(Inherited from IExecutable<T>)
ExecuteAsync(CancellationToken, Boolean)

Execute the request asynchronously.

(Inherited from IExecutable<T>)

Applies to