RouteNextHopType Struct

Definition

The type of Azure hop the packet should be sent to.

public readonly struct RouteNextHopType : IEquatable<Azure.ResourceManager.Network.Models.RouteNextHopType>
type RouteNextHopType = struct
Public Structure RouteNextHopType
Implements IEquatable(Of RouteNextHopType)
Inheritance
RouteNextHopType
Implements

Constructors

Name Description
RouteNextHopType(String)

Initializes a new instance of RouteNextHopType.

Properties

Name Description
Internet

Internet.

None

No next hop type.

VirtualAppliance

VirtualAppliance.

VirtualApplianceEcmp

Routes traffic to virtual appliances using Equal-Cost Multi-Path (ECMP) routing with multiple next hop IP addresses.

VirtualNetworkGateway

VirtualNetworkGateway.

VnetLocal

VnetLocal.

Methods

Name Description
Equals(RouteNextHopType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(RouteNextHopType, RouteNextHopType)

Determines if two RouteNextHopType values are the same.

Implicit(String to Nullable<RouteNextHopType>)
Implicit(String to RouteNextHopType)

Converts a string to a RouteNextHopType.

Inequality(RouteNextHopType, RouteNextHopType)

Determines if two RouteNextHopType values are not the same.

Applies to