RouteNextHopType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET