Freigeben über


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

None.

VirtualAppliance

VirtualAppliance.

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.

Inequality(NextHopType, NextHopType)

Determines if two NextHopType values are not the same.

Applies to