Udostępnij przez


RoutingRuleNextHopType Struct

Definition

Routing rule next hop type.

public readonly struct RoutingRuleNextHopType : IEquatable<Azure.ResourceManager.Network.Models.RoutingRuleNextHopType>
type RoutingRuleNextHopType = struct
Public Structure RoutingRuleNextHopType
Implements IEquatable(Of RoutingRuleNextHopType)
Inheritance
RoutingRuleNextHopType
Implements

Constructors

Name Description
RoutingRuleNextHopType(String)

Initializes a new instance of RoutingRuleNextHopType.

Properties

Name Description
Internet

Forward traffic to the Internet.

NoNextHop

No next hop will be used.

VirtualAppliance

Forward traffic to a specified virtual appliance IP address.

VirtualNetworkGateway

Forward traffic to the virtual network gateway.

VnetLocal

Keep traffic within the local virtual network.

Methods

Name Description
Equals(RoutingRuleNextHopType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(RoutingRuleNextHopType, RoutingRuleNextHopType)

Determines if two RoutingRuleNextHopType values are the same.

Implicit(String to RoutingRuleNextHopType)

Converts a String to a RoutingRuleNextHopType.

Inequality(RoutingRuleNextHopType, RoutingRuleNextHopType)

Determines if two RoutingRuleNextHopType values are not the same.

Applies to