RouteNextHopType Struct

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.RouteNextHopTypeTypeConverter))]
public struct RouteNextHopType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.RouteNextHopType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.RouteNextHopTypeTypeConverter))>]
type RouteNextHopType = struct
    interface IArgumentCompleter
Public Structure RouteNextHopType
Implements IArgumentCompleter, IEquatable(Of RouteNextHopType)
Inheritance
RouteNextHopType
Attributes
Implements

Fields

Internet
None
VirtualAppliance
VirtualNetworkGateway
VnetLocal

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type RouteNextHopType (override for Object)

Equals(RouteNextHopType)

Compares values of enum type RouteNextHopType

GetHashCode()

Returns hashCode for enum RouteNextHopType

ToString()

Returns string representation for RouteNextHopType

Operators

Equality(RouteNextHopType, RouteNextHopType)

Overriding == operator for enum RouteNextHopType

Implicit(RouteNextHopType to String)

Implicit operator to convert RouteNextHopType to string

Implicit(String to RouteNextHopType)

Implicit operator to convert string to RouteNextHopType

Inequality(RouteNextHopType, RouteNextHopType)

Overriding != operator for enum RouteNextHopType

Applies to