Share via


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

NextHopType(String)

Initializes a new instance of NextHopType.

Properties

HyperNetGateway

HyperNetGateway.

Internet

Internet.

None

None.

VirtualAppliance

VirtualAppliance.

VirtualNetworkGateway

VirtualNetworkGateway.

VnetLocal

VnetLocal.

Methods

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

Equality(NextHopType, NextHopType)

Determines if two NextHopType values are the same.

Implicit(String to NextHopType)

Converts a string to a NextHopType.

Inequality(NextHopType, NextHopType)

Determines if two NextHopType values are not the same.

Applies to