NextHopType Class

Definition

Defines values for NextHopType.

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

Constructors

NextHopType()

Fields

HyperNetGateway
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