Language

GatewayEffectiveRouteNextHopType Struct

Definition

The next hop type of a gateway effective route.

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

Constructors

Name Description
GatewayEffectiveRouteNextHopType(String)

Initializes a new instance of GatewayEffectiveRouteNextHopType.

Properties

Name Description
Tunnel

The next hop is a VPN tunnel.

Unknown

The next hop type could not be determined.

VirtualNetwork

The next hop is within the local virtual network.

Methods

Name Description
Equals(GatewayEffectiveRouteNextHopType)

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(GatewayEffectiveRouteNextHopType, GatewayEffectiveRouteNextHopType)

Determines if two GatewayEffectiveRouteNextHopType values are the same.

Implicit(String to GatewayEffectiveRouteNextHopType)

Converts a string to a GatewayEffectiveRouteNextHopType.

Implicit(String to Nullable<GatewayEffectiveRouteNextHopType>)
Inequality(GatewayEffectiveRouteNextHopType, GatewayEffectiveRouteNextHopType)

Determines if two GatewayEffectiveRouteNextHopType values are not the same.

Applies to