Share via


EffectiveRoute.NextHopType Property

Definition

Gets or sets the type of Azure hop the packet should be sent to. Possible values include: 'VirtualNetworkGateway', 'VnetLocal', 'Internet', 'VirtualAppliance', 'None'

[Newtonsoft.Json.JsonProperty(PropertyName="nextHopType")]
public Microsoft.Azure.Management.Network.Fluent.Models.RouteNextHopType NextHopType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="nextHopType")>]
member this.NextHopType : Microsoft.Azure.Management.Network.Fluent.Models.RouteNextHopType with get, set
Public Property NextHopType As RouteNextHopType

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to