Enum AzureRouteTableRouteNextHopType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of next hop in an Azure route table route.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureRouteTableRouteNextHopType
Fields
Internet = 1The next hop is the internet.
None = 2There is no next hop.
Unknown = 0The next hop type is unknown.
VirtualAppliance = 3The next hop is a virtual appliance.
VirtualNetworkGateway = 4The next hop is a virtual network gateway.
VnetLocal = 5The next hop is a virtual network.