RouteNextHopType Class

Definition

Defines values for RouteNextHopType.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.RouteNextHopType>))]
public class RouteNextHopType : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Network.Fluent.Models.RouteNextHopType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.RouteNextHopType>))>]
type RouteNextHopType = class
    inherit ExpandableStringEnum<RouteNextHopType>
Public Class RouteNextHopType
Inherits ExpandableStringEnum(Of RouteNextHopType)
Inheritance
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

RouteNextHopType()

Fields

Internet
None
VirtualAppliance
VirtualNetworkGateway
VnetLocal

Properties

Value (Inherited from ExpandableStringEnum<T>)

Methods

Equals(Object) (Inherited from ExpandableStringEnum<T>)
Equals(String) (Inherited from ExpandableStringEnum<T>)
GetHashCode() (Inherited from ExpandableStringEnum<T>)
ToString() (Inherited from ExpandableStringEnum<T>)

Applies to