NextHopType 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.
Next hop type.
public struct NextHopType : IEquatable<Azure.ResourceManager.Network.Models.NextHopType>
type NextHopType = struct
Public Structure NextHopType
Implements IEquatable(Of NextHopType)
- Inheritance
-
System.ValueTypeNextHopType
- Implements
-
System.IEquatable<NextHopType>
Constructors
NextHopType(String) |
Determines if two NextHopType values are the same. |
Properties
HyperNetGateway |
HyperNetGateway. |
Internet |
Internet. |
None |
None. |
VirtualAppliance |
VirtualAppliance. |
VirtualNetworkGateway |
VirtualNetworkGateway. |
VnetLocal |
VnetLocal. |
Methods
Equals(NextHopType) | System.IEquatable`1.Equals(`0) |
ToString() | System.IEquatable`1.ToString |
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. |