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

RouteNextHopType(String)

Initializes a new instance of RouteNextHopType.

Properties

Internet

Internet.

None

None.

VirtualAppliance

VirtualAppliance.

VirtualNetworkGateway

VirtualNetworkGateway.

VnetLocal

VnetLocal.

Methods

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

Equality(RouteNextHopType, RouteNextHopType)

Determines if two RouteNextHopType values are the same.

Implicit(String to RouteNextHopType)

Converts a string to a RouteNextHopType.

Inequality(RouteNextHopType, RouteNextHopType)

Determines if two RouteNextHopType values are not the same.

Applies to