IRoute.NextHopType Property

Definition

The type of Azure hop the packet should be sent to.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.PSArgumentCompleter(new System.String[] { "VirtualNetworkGateway", "VnetLocal", "Internet", "VirtualAppliance", "None" })]
[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="The type of Azure hop the packet should be sent to.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="nextHopType", Update=true)]
public string NextHopType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.PSArgumentCompleter(new System.String[] { "VirtualNetworkGateway", "VnetLocal", "Internet", "VirtualAppliance", "None" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="The type of Azure hop the packet should be sent to.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="nextHopType", Update=true)>]
member this.NextHopType : string with get, set
Public Property NextHopType As String

Property Value

Attributes

Applies to