NextHopType Struct

Definition

Next hop type.

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

Constructors

Name Description
NextHopType(String)

Initializes a new instance of NextHopType.

Properties

Name Description
HyperNetGateway

HyperNetGateway.

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(NextHopType)

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

Determines if two NextHopType values are the same.

Implicit(String to NextHopType)

Converts a string to a NextHopType.

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

Determines if two NextHopType values are not the same.

Applies to